See: Description
Interface | Description |
---|---|
AdvancedExternalizer<T> |
AdvancedExternalizer provides an alternative way to provide
externalizers for marshalling/unmarshalling user defined classes that
overcome the deficiencies of the more user-friendly externalizer definition
model explained in Externalizer . |
BufferSizePredictor |
Buffer size predictor
|
Externalizer<T> |
One of the key aspects of Infinispan is that it often needs to marshall or
unmarshall objects in order to provide some of its functionality.
|
Ids |
Indexes for object types included in commons.
|
Marshaller |
A marshaller is a class that is able to marshall and unmarshall objects efficiently.
|
StreamingMarshaller |
A specialization of
Marshaller that supports streams. |
Class | Description |
---|---|
AbstractDelegatingMarshaller |
With the introduction of global and cache marshallers, there's a need to
separate marshallers but still rely on the same marshalling backend as
previously.
|
AbstractExternalizer<T> |
Base class for
AdvancedExternalizer implementations that offers default
implementations for some of its methods. |
AbstractMarshaller |
Abstract Marshaller implementation containing shared implementations.
|
AdaptiveBufferSizePredictor |
The
BufferSizePredictor that automatically increases and
decreases the predicted buffer size on feed back. |
JavaSerializationMarshaller |
Standard Java serialization marshaller.
|
MarshallableTypeHints |
Class providing hints about marshallable types, such as whether a particular
type is marshallable or not, or an accurate approach to the serialized
size of a particular type.
|
MarshallUtil |
MarshallUtil.
|
Exception | Description |
---|---|
NotSerializableException |
An exception that hides inner stacktrace lines for non serializable exceptions.
|
Annotation Type | Description |
---|---|
SerializeWith |
Indicate that this class should be serialized with an instance of the given
Externalizer class. |
Copyright © 2014 JBoss, a division of Red Hat. All Rights Reserved.