|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | Hooks to bridge Infinispan's marshalling APIs with JBoss Marshalling internals. |
Uses of AbstractMarshaller in org.infinispan.marshall |
---|
Subclasses of AbstractMarshaller in org.infinispan.marshall | |
---|---|
class |
AbstractStreamingMarshaller
Abstract marshaller |
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 |
GenericJBossMarshaller
A marshaller that makes use of JBoss Marshalling to serialize and deserialize objects. |
class |
JBossMarshaller
A specialized form of the GenericJBossMarshaller , making use of a custom object table for types internal to
Infinispan. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |