JBoss Community Archive (Read Only)

Infinispan 5.1

Externalizer

An Externalizer is a class that knows how to marshall a given object type to a byte array, and how to unmarshall the contents of a byte array into an instance of the object type. Externalizers are effectively an Infinispan extension that allows users to specify how their types are serialized. The underlying Infinispan marshalling infrastructure builds on JBoss Marshalling, and offers efficient payloads and stream caching. This provides much better performance than standard Java serialization.

More resources

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-11 09:17:15 UTC, last content change 2011-07-22 14:24:39 UTC.