Uses of Class
com.tangosol.io.pof.WritingPofHandler.Complex
-
Packages that use WritingPofHandler.Complex Package Description com.tangosol.io.pof Contains classes related to POF serialization and deserialization. -
-
Uses of WritingPofHandler.Complex in com.tangosol.io.pof
Subclasses of WritingPofHandler.Complex in com.tangosol.io.pof Modifier and Type Class 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.Fields in com.tangosol.io.pof declared as WritingPofHandler.Complex Modifier and Type Field Description protected WritingPofHandler.Complex
PofBufferWriter.UserTypeWriter. m_complex
The Complex value that corresponds to the user type that is being written.Methods in com.tangosol.io.pof that return WritingPofHandler.Complex Modifier and Type Method 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.Constructors in com.tangosol.io.pof with parameters of type WritingPofHandler.Complex Constructor 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.
-