Uses of Interface
com.tangosol.io.pof.PofSerializer
Packages that use 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
Classes in com.oracle.coherence.concurrent.atomic that implement PofSerializerModifier and TypeClassDescriptionstatic classPOF serializer implementation.static classPOF serializer implementation.static classPOF serializer implementation.static classPOF serializer implementation.static classPOF serializer implementation.static classPOF serializer implementation. -
Uses of PofSerializer in com.tangosol.coherence.rest.util
Classes in com.tangosol.coherence.rest.util that implement PofSerializer -
Uses of PofSerializer in com.tangosol.io.pof
Classes in com.tangosol.io.pof that implement PofSerializerModifier and TypeClassDescriptionclassEnumPofSerializer<E extends Enum<E>>PofSerializerimplementation that can be used to serialize all enum values.classPofSerializerimplementation that supports the serialization and deserialization of any class that implementsExternalizableLiteto and from a POF stream.classPofSerializerimplementation that supports the serialization and deserialization of any class that implementsExternalizableto and from a POF stream.classPOF serializer forjava.net.InetAddress.classPOF serializer forjava.net.InetSocketAddress.classPOF serializer forjava.util.OptionalDouble.classPOF serializer forjava.util.OptionalInt.classPOF serializer forjava.util.OptionalLong.classPOF serializer forjava.util.Optional.classAPofAnnotationSerializerprovides annotation based de/serialization.classPofSerializerimplementation that supports the serialization and deserialization of any class that implementsPortableObjectto and from a POF stream.classAPofSerializerimplementation that serializes classes that implementPortableObjectinterface (and optionallyEvolvableObjectinterface).classPofSerializer implementation that can serialize and deserialize aPrincipalto/from a POF stream.classSerializer used for Serializable and ExternalizableLite objects.classDefault Java serializer.classSerializer used for objects implementing the PortableObject interface.classclassPofSerializer implementation that can serialize and deserialize aSubjectto/from a POF stream.classclassAPofSerializerfor a JavaUUID.classPofSerializerimplementation that supports the serialization and deserialization of any class that implementsXmlSerializableto and from a POF stream.Fields in com.tangosol.io.pof with type parameters of type PofSerializerModifier and TypeFieldDescriptionConfigurablePofContext.PofConfig.m_mapSerByTypeIdAMapof PofSerializer objects, keyed by type identifier.Methods in com.tangosol.io.pof that return PofSerializerModifier 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 PofSerializerConfigurablePofContext.instantiateSerializer(XmlElement xmlSer, int nTypeId, Class clz) Create aPofSerializerfrom the provided XML serializer element.protected PofSerializer<?> ConfigurablePofContext.instantiateSerializer(Class<? extends PofSerializer> clzSer, Integer nTypeId, Class<?> clz) Instantiate specifiedPofSerializer.Methods in com.tangosol.io.pof with parameters of type PofSerializerModifier and TypeMethodDescription<T> voidSimplePofContext.registerUserType(int nTypeId, Class<T> clz, PofSerializer<T> serializer) Associate a user type with a type identifier andPofSerializer.Method parameters in com.tangosol.io.pof with type arguments of type PofSerializerModifier and TypeMethodDescriptionprotected PofSerializer<?> ConfigurablePofContext.instantiateSerializer(Class<? extends PofSerializer> clzSer, Integer nTypeId, Class<?> clz) Instantiate specifiedPofSerializer. -
Uses of PofSerializer in com.tangosol.util
Methods in com.tangosol.util that return PofSerializerModifier 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.