Uses of Class
com.tangosol.io.pof.WritingPofHandler
-
Packages that use WritingPofHandler Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of WritingPofHandler in com.tangosol.io.pof
Fields in com.tangosol.io.pof declared as WritingPofHandler Modifier and Type Field Description protected WritingPofHandler
PofBufferWriter. m_handler
The WritingPofHandler used to write a POF stream.Methods in com.tangosol.io.pof that return WritingPofHandler Modifier and Type Method Description protected WritingPofHandler
PofBufferWriter. getPofHandler()
Return the WritingPofHandler used internally by this PofBufferWriter to write the POF stream.Constructors in com.tangosol.io.pof with parameters of type WritingPofHandler Constructor Description PofBufferWriter(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.
-