Package org.infinispan.marshall

Interface Summary
Marshaller A marshaller is a class that is able to marshall and unmarshall objects efficiently.
 

Class Summary
EntryData<K,V> Serializable representation of an entry in the cache
EntryDataExceptionMarker  
EntryDataMarker  
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.
 



Copyright © 2009 JBoss, a division of Red Hat. All Rights Reserved.