|
||||||||||
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 | Abstract 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 MarshallerImpl . |
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 |