Uses of Class
com.tangosol.io.pof.PofBufferReader
Packages that use PofBufferReader
Package
Description
Contains classes related to POF serialization and deserialization.
- 
Uses of PofBufferReader in com.tangosol.io.pof
Subclasses of PofBufferReader in com.tangosol.io.pofModifier and TypeClassDescriptionstatic classThe 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 PofBufferReaderModifier and TypeMethodDescriptionprotected PofBufferReaderPofBufferReader.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 PofBufferReaderPofBufferReader.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 PofBufferReaderModifier and TypeMethodDescriptionstatic voidPofBufferReader.IdentityHolder.reset(PofBufferReader reader, int nId, Object o) static voidPofBufferReader.IdentityHolder.set(PofBufferReader reader, int nId) Constructors in com.tangosol.io.pof with parameters of type PofBufferReaderModifierConstructorDescriptionUserTypeReader(PofBufferReader parent, ReadBuffer.BufferInput in, PofContext ctx, int nTypeId, int nVersionId) Construct a parser for parsing the property values of a user type.