Uses of Class
com.tangosol.io.pof.WritingPofHandler
Packages that use WritingPofHandler
Package
Description
Contains classes related to POF serialization and deserialization.
- 
Uses of WritingPofHandler in com.tangosol.io.pof
Fields in com.tangosol.io.pof declared as WritingPofHandlerModifier and TypeFieldDescriptionprotected WritingPofHandlerPofBufferWriter.m_handlerThe WritingPofHandler used to write a POF stream.Methods in com.tangosol.io.pof that return WritingPofHandlerModifier and TypeMethodDescriptionprotected WritingPofHandlerPofBufferWriter.getPofHandler()Return the WritingPofHandler used internally by this PofBufferWriter to write the POF stream.Constructors in com.tangosol.io.pof with parameters of type WritingPofHandlerModifierConstructorDescriptionPofBufferWriter(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.