Uses of Interface
com.tangosol.io.pof.PofSerializer
Package
Description
A small toolkit of classes that support lock-free thread-safe programming on single variables.
Contains packages and classes related to the Coherence REST API utilities.
Contains classes related to POF serialization and deserialization.
Contains various generic utilities.
-
Uses of PofSerializer in com.oracle.coherence.concurrent.atomic
Modifier and TypeClassDescriptionstatic class
POF serializer implementation.static class
POF serializer implementation.static class
POF serializer implementation.static class
POF serializer implementation.static class
POF serializer implementation.static class
POF serializer implementation. -
Uses of PofSerializer in com.tangosol.coherence.rest.util
-
Uses of PofSerializer in com.tangosol.io.pof
Modifier and TypeClassDescriptionclass
PofSerializer
implementation that can be used to serialize all enum values.class
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsExternalizableLite
to and from a POF stream.class
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsExternalizable
to and from a POF stream.class
POF serializer forjava.net.InetAddress
.class
POF serializer forjava.net.InetSocketAddress
.class
POF serializer forjava.util.OptionalDouble
.class
POF serializer forjava.util.OptionalInt
.class
POF serializer forjava.util.OptionalLong
.class
POF serializer forjava.util.Optional
.class
APofAnnotationSerializer
provides annotation based de/serialization.class
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsPortableObject
to and from a POF stream.class
APofSerializer
implementation that serializes classes that implementPortableObject
interface (and optionallyEvolvableObject
interface).class
PofSerializer implementation that can serialize and deserialize aPrincipal
to/from a POF stream.class
Serializer used for Serializable and ExternalizableLite objects.class
Default Java serializer.class
Serializer used for objects implementing the PortableObject interface.class
class
PofSerializer implementation that can serialize and deserialize aSubject
to/from a POF stream.class
class
PofSerializer
implementation that supports the serialization and deserialization of any class that implementsXmlSerializable
to and from a POF stream.Modifier and TypeFieldDescriptionConfigurablePofContext.PofConfig.m_aSerByTypeId
An array of PofSerializer objects, indexed by type identifier.Modifier and TypeMethodDescriptionConfigurablePofContext.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.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.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.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.protected PofSerializer
ConfigurablePofContext.instantiateSerializer
(XmlElement xmlSer, int nTypeId, Class clz) Create aPofSerializer
from the provided XML serializer element.protected PofSerializer
<?> ConfigurablePofContext.instantiateSerializer
(Class<? extends PofSerializer> clzSer, Integer nTypeId, Class<?> clz) Instantiate specifiedPofSerializer
.Modifier and TypeMethodDescription<T> void
SimplePofContext.registerUserType
(int nTypeId, Class<T> clz, PofSerializer<T> serializer) Associate a user type with a type identifier andPofSerializer
.Modifier and TypeMethodDescriptionprotected PofSerializer
<?> ConfigurablePofContext.instantiateSerializer
(Class<? extends PofSerializer> clzSer, Integer nTypeId, Class<?> clz) Instantiate specifiedPofSerializer
. -
Uses of PofSerializer in com.tangosol.util
Modifier and TypeMethodDescriptionNullImplementation.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.