Click or drag to resize

WritingPofHandlerComplex Constructor (WritingPofHandlerComplex, Boolean)

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Construct a Complex object for a data collection or user type.

Namespace:  Tangosol.IO.Pof
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public Complex(
	WritingPofHandlerComplex complexCurrent,
	bool encodePosition
)

Parameters

complexCurrent
Type: Tangosol.IO.PofWritingPofHandlerComplex
The current Complex object or null.
encodePosition
Type: SystemBoolean
true to encode the position information.
See Also