|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
Marshaller | A marshaller is a class that is able to marshall and unmarshall objects efficiently. |
Class Summary | |
---|---|
AbstractMarshaller | Abstract marshaller |
MarshalledValue | Wrapper that wraps cached data, providing lazy deserialization using the calling thread's context class loader. |
MarshallerImpl | Deprecated. JBoss Marshaller based Marshaller is now use rather than this legacy home grown marshaller. |
UnmarshalledReferences | An efficient array-based list of referenced objects, using the reference id as a subscript for the array. |
VersionAwareMarshaller | A delegate to various other marshallers like JBossMarshaller . |
Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this. This package contains the necessary classes for this.
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |