Package | Description |
---|---|
com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
Modifier and Type | Field | Description |
---|---|---|
protected WritingPofHandler |
PofBufferWriter.m_handler
The WritingPofHandler used to write a POF stream.
|
Modifier and Type | Method | Description |
---|---|---|
protected WritingPofHandler |
PofBufferWriter.getPofHandler()
Return the WritingPofHandler used internally by this PofBufferWriter
to write the POF stream.
|
Constructor | Description |
---|---|
PofBufferWriter(WritingPofHandler handler,
PofContext ctx)
Construct a new PofBufferWriter that will write a POF stream using
the passed WritingPofHandler.
|
|
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.
|
|
UserTypeWriter(WritingPofHandler handler,
PofContext ctx,
int nTypeId,
int iProp)
Construct a UserTypeWriter for writing the property values of a
user type.
|