Uses of Class
com.tangosol.io.pof.PofBufferWriter
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of PofBufferWriter in com.tangosol.io.pof
Modifier 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.Modifier 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.ModifierConstructorDescriptionUserTypeWriter
(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.