Uses of Class
com.tangosol.io.pof.PofBufferReader
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of PofBufferReader in com.tangosol.io.pof
Modifier and TypeClassDescriptionstatic class
The UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type.Modifier and TypeMethodDescriptionprotected PofBufferReader
PofBufferReader.getParentParser()
If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.protected PofBufferReader
PofBufferReader.UserTypeReader.getParentParser()
If this parser is contextually within a user type, obtain the parser which created this parser in order to parse the user type.Modifier and TypeMethodDescriptionstatic void
PofBufferReader.IdentityHolder.reset
(PofBufferReader reader, int nId, Object o) static void
PofBufferReader.IdentityHolder.set
(PofBufferReader reader, int nId) ModifierConstructorDescriptionUserTypeReader
(PofBufferReader parent, ReadBuffer.BufferInput in, PofContext ctx, int nTypeId, int nVersionId) Construct a parser for parsing the property values of a user type.