Uses of Class
com.tangosol.io.pof.WritingPofHandler.Complex
Package
Description
Contains classes related to POF serialization and deserialization.
-
Uses of WritingPofHandler.Complex in com.tangosol.io.pof
Modifier and TypeClassDescriptionstatic class
A ComplexMap object represents a map data structure (with uniform keys or with uniform keys and values) in the POF stream.Modifier and TypeFieldDescriptionprotected WritingPofHandler.Complex
PofBufferWriter.UserTypeWriter.m_complex
The Complex value that corresponds to the user type that is being written.Modifier and TypeMethodDescriptionprotected WritingPofHandler.Complex
WritingPofHandler.getComplex()
Obtain the current Complex object that represents the complex type that is being written to the POF stream.WritingPofHandler.Complex.pop()
Pop this Complex object off the stack, returning the outer Complex object or null if there is none.ModifierConstructorDescriptionComplex
(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.