Package org.infinispan.marshall

Infinispan makes use of custom marshalling to serialize and deserialize state wherever possible, rather than falling back to the JDK to do this.

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.
 

Package org.infinispan.marshall Description

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.



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