Uses of Class
org.infinispan.marshall.AbstractMarshaller

Packages that use AbstractMarshaller
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. 
org.infinispan.marshall.jboss   
 

Uses of AbstractMarshaller in org.infinispan.marshall
 

Subclasses of AbstractMarshaller in org.infinispan.marshall
 class MarshallerImpl
          Deprecated. JBoss Marshaller based Marshaller is now use rather than this legacy home grown marshaller. This marshaller hasn't been removed yet so that we can can carry on comparing payload sizes between the different marshallers. This will specially help as JBoss Marshaller continues to provide more and more efficient payloads.
 class VersionAwareMarshaller
          A delegate to various other marshallers like JBossMarshaller.
 

Uses of AbstractMarshaller in org.infinispan.marshall.jboss
 

Subclasses of AbstractMarshaller in org.infinispan.marshall.jboss
 class JBossMarshaller
          JBossMarshaller.
 



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