Uses of Class
com.tangosol.io.pof.PofBufferWriter
Packages that use PofBufferWriter
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of PofBufferWriter in com.tangosol.io.pof
Subclasses of PofBufferWriter in com.tangosol.io.pofModifier and TypeClassDescriptionstatic class
The UserTypeWriter implementation is a contextually-aware PofWriter whose purpose is to write the properties of a value of a specified user type.Methods in com.tangosol.io.pof that return PofBufferWriterModifier and TypeMethodDescriptionprotected PofBufferWriter
PofBufferWriter.getParentWriter()
If this writer is contextually within a user type, obtain the writer which created this writer in order to write the user type.protected PofBufferWriter
PofBufferWriter.UserTypeWriter.getParentWriter()
If this writer is contextually within a user type, obtain the writer which created this writer in order to write the user type.Constructors in com.tangosol.io.pof with parameters of type PofBufferWriterModifierConstructorDescriptionUserTypeWriter
(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
(PofBufferWriter parent, WriteBuffer.BufferOutput out, PofContext ctx, int nTypeId, int iProp) Construct a UserTypeWriter for writing the property values of a user type.