Uses of Class
com.tangosol.io.pof.PofBufferReader
-
Packages that use PofBufferReader Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of PofBufferReader in com.tangosol.io.pof
Subclasses of PofBufferReader in com.tangosol.io.pof Modifier and Type Class Description static class
PofBufferReader.UserTypeReader
The UserTypeReader implementation is a contextually-aware PofReader whose purpose is to advance through the properties of a value of a specified user type.Methods in com.tangosol.io.pof that return PofBufferReader Modifier and Type Method Description protected 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.Methods in com.tangosol.io.pof with parameters of type PofBufferReader Modifier and Type Method Description static void
PofBufferReader.IdentityHolder. reset(PofBufferReader reader, int nId, Object o)
static void
PofBufferReader.IdentityHolder. set(PofBufferReader reader, int nId)
Constructors in com.tangosol.io.pof with parameters of type PofBufferReader Constructor Description UserTypeReader(PofBufferReader parent, ReadBuffer.BufferInput in, PofContext ctx, int nTypeId, int nVersionId)
Construct a parser for parsing the property values of a user type.
-