Package | Description |
---|---|
com.tangosol.coherence.rest.util | |
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
com.tangosol.util |
Contains various generic utilities.
|
Modifier and Type | Class and Description |
---|---|
static class |
JsonMap.Serializer
POF serializer for JsonMap.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumPofSerializer
PofSerializer implementation that can be used to serialize all enum
values. |
class |
ExternalizableLitePofSerializer
PofSerializer implementation that supports the serialization and
deserialization of any class that implements ExternalizableLite to
and from a POF stream. |
class |
ExternalizablePofSerializer
PofSerializer implementation that supports the serialization and
deserialization of any class that implements Externalizable to
and from a POF stream. |
class |
InetAddressSerializer
POF serializer for
java.net.InetAddress . |
class |
InetSocketAddressSerializer
POF serializer for
java.net.InetSocketAddress . |
class |
OptionalDoubleSerializer
POF serializer for
java.util.OptionalDouble . |
class |
OptionalIntSerializer
POF serializer for
java.util.OptionalInt . |
class |
OptionalLongSerializer
POF serializer for
java.util.OptionalLong . |
class |
OptionalSerializer
POF serializer for
java.util.Optional . |
class |
PofAnnotationSerializer<T>
A
PofAnnotationSerializer provides annotation based
de/serialization. |
class |
PortableObjectSerializer
PofSerializer implementation that supports the serialization and
deserialization of any class that implements PortableObject to and
from a POF stream. |
class |
PortableTypeSerializer
A
PofSerializer implementation that serializes classes that implement
PortableObject interface (and optionally EvolvableObject
interface). |
class |
PrincipalPofSerializer
PofSerializer implementation that can serialize and deserialize a
Principal to/from a POF stream. |
class |
SafeConfigurablePofContext.ExternalSerializer
Serializer used for Serializable and ExternalizableLite objects.
|
class |
SafeConfigurablePofContext.JavaPofSerializer
Default Java serializer.
|
class |
SafeConfigurablePofContext.SafePofSerializer
Serializer used for objects implementing the PortableObject interface.
|
class |
SerializableSerializer |
class |
SubjectPofSerializer
PofSerializer implementation that can serialize and deserialize a
Subject to/from a POF stream. |
class |
ThrowablePofSerializer
|
class |
XmlSerializablePofSerializer
PofSerializer implementation that supports the serialization and
deserialization of any class that implements XmlSerializable to
and from a POF stream. |
Modifier and Type | Field and Description |
---|---|
PofSerializer[] |
ConfigurablePofContext.PofConfig.m_aserByTypeId
An array of PofSerializer objects, indexed by type identifier.
|
Modifier and Type | Method and Description |
---|---|
PofSerializer |
SimplePofContext.getPofSerializer(int nTypeId)
Return a PofSerializer that can be used to serialize and deserialize an
object of the specified user type to and from a POF stream.
|
PofSerializer |
SafeConfigurablePofContext.getPofSerializer(int nTypeId)
Return a PofSerializer that can be used to serialize and deserialize an
object of the specified user type to and from a POF stream.
|
PofSerializer |
PofContext.getPofSerializer(int nTypeId)
Return a PofSerializer that can be used to serialize and deserialize an
object of the specified user type to and from a POF stream.
|
PofSerializer |
ConfigurablePofContext.getPofSerializer(int nTypeId)
Return a PofSerializer that can be used to serialize and deserialize an
object of the specified user type to and from a POF stream.
|
protected PofSerializer |
ConfigurablePofContext.instantiateSerializer(XmlElement xmlSer,
int nTypeId,
Class clz)
Create a
PofSerializer from the provided XML serializer
element. |
Modifier and Type | Method and Description |
---|---|
void |
SimplePofContext.registerUserType(int nTypeId,
Class clz,
PofSerializer serializer)
Associate a user type with a type identifier and
PofSerializer . |
Modifier and Type | Method and Description |
---|---|
PofSerializer |
NullImplementation.NullPofContext.getPofSerializer(int nTypeId)
Return a PofSerializer that can be used to serialize and deserialize an
object of the specified user type to and from a POF stream.
|