Uses of Class
com.tangosol.io.pof.WritingPofHandler
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of WritingPofHandler in com.tangosol.io.pof
Modifier and TypeFieldDescriptionprotected WritingPofHandler
PofBufferWriter.m_handler
The WritingPofHandler used to write a POF stream.Modifier and TypeMethodDescriptionprotected WritingPofHandler
PofBufferWriter.getPofHandler()
Return the WritingPofHandler used internally by this PofBufferWriter to write the POF stream.ModifierConstructorDescriptionPofBufferWriter
(WritingPofHandler handler, PofContext ctx) Construct a new PofBufferWriter that will write a POF stream using the passed WritingPofHandler.UserTypeWriter
(PofBufferWriter parent, WritingPofHandler handler, PofContext ctx, int nTypeId, int iProp) Construct a UserTypeWriter for writing the property values of a user type.UserTypeWriter
(PofBufferWriter parent, WritingPofHandler handler, PofContext ctx, int nTypeId, int iProp, int nId) Construct a UserTypeWriter for writing the property values of a user type.UserTypeWriter
(WritingPofHandler handler, PofContext ctx, int nTypeId, int iProp) Construct a UserTypeWriter for writing the property values of a user type.