Package | Description |
---|---|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
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.
|
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.
|
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) |
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.
|