| Package | Description |
|---|---|
| com.tangosol.io.pof |
Contains classes related to POF serialization and deserialization.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
WritingPofHandler.ComplexMap
A ComplexMap object represents a map data structure (with uniform keys or with uniform keys and values) in the POF stream.
|
| Modifier and Type | Field and Description |
|---|---|
protected WritingPofHandler.Complex |
PofBufferWriter.UserTypeWriter.m_complex
The Complex value that corresponds to the user type that is being written.
|
| Modifier and Type | Method and Description |
|---|---|
protected WritingPofHandler.Complex |
WritingPofHandler.getComplex()
Obtain the current Complex object that represents the complex type that is being written to the POF stream.
|
WritingPofHandler.Complex |
WritingPofHandler.Complex.pop()
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.
|
| Constructor and Description |
|---|
Complex(WritingPofHandler.Complex complexCurrent, boolean fEncodePosition)
Construct a Complex object for a data collection or user type.
|
Complex(WritingPofHandler.Complex complexCurrent, boolean fEncodePosition, int nUniformTypeId)
Construct a Complex object for a uniformly-typed data collection.
|
ComplexMap(WritingPofHandler.Complex complexCurrent, int nUniformKeyTypeId)
Construct a ComplexMap object for maps with uniformly-typed keys.
|
ComplexMap(WritingPofHandler.Complex complexCurrent, int nUniformKeyTypeId, int nUniformValTypeId)
Construct a ComplexMap object for maps with uniformly-typed keys and values.
|