JBoss.org Community Documentation
Some of the existing cache loaders, such as the
JDBCCacheLoader
and the
FileCacheLoader
relied on persisting data using
ObjectOutputStream
as well, but now, they are using the
VersionAwareMarshaller
to marshall the persisted
data to their cache stores.