Uses of Class
com.tangosol.io.pof.ConfigurablePofContext
-
Packages that use ConfigurablePofContext Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of ConfigurablePofContext in com.tangosol.io.pof
Subclasses of ConfigurablePofContext in com.tangosol.io.pof Modifier and Type Class Description class
SafeConfigurablePofContext
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 ConfigurablePofContext Constructor Description ConfigurablePofContext(ConfigurablePofContext that)
Copy constructor for a ConfigurablePofContext.
-