Uses of Class
org.infinispan.marshall.AbstractDelegatingMarshaller

Packages that use AbstractDelegatingMarshaller
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. 
 

Uses of AbstractDelegatingMarshaller in org.infinispan.marshall
 

Subclasses of AbstractDelegatingMarshaller in org.infinispan.marshall
 class CacheMarshaller
          A cache-scoped marshaller.
 class GlobalMarshaller
          A globally-scoped marshaller.
 


-->

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