Package | Description |
---|---|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
Modifier and Type | Class | Description |
---|---|---|
static class |
PofBufferWriter.UserTypeWriter
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 Type | Method | Description |
---|---|---|
protected 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.
|
Constructor | Description |
---|---|
UserTypeWriter(PofBufferWriter parent,
WriteBuffer.BufferOutput out,
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)
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.
|