Uses of Class
com.tangosol.io.pof.ConfigurablePofContext
Packages that use ConfigurablePofContext
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of ConfigurablePofContext in com.tangosol.io.pof
Subclasses of ConfigurablePofContext in com.tangosol.io.pofModifier and TypeClassDescriptionclass
SafeConfigurablePofContext is an extension of ConfigurablePofContext that can serialize and deserialize any valid POF user type, even those that have not been explicitly configured, as well as any Java serializable types (Serializable, Externalizable, or ExternalizableLite).Constructors in com.tangosol.io.pof with parameters of type ConfigurablePofContextModifierConstructorDescriptionCopy constructor for a ConfigurablePofContext.