Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Creates a PofValue instance.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
protected static AbstractPofValue InstantiatePofValue(
	IPofValue valueParent,
	int nType,
	Binary binValue,
	IPofContext ctx,
	int of,
	DataReader reader
)

Parameters

valueParent
Type: Tangosol.IO.Pof.Reflection..::.IPofValue
Parent POF value.
nType
Type: System..::.Int32
Type identifier of this POF value.
binValue
Type: Tangosol.Util..::.Binary
POF-encoded binary value without the type identifier.
ctx
Type: Tangosol.IO.Pof..::.IPofContext
POF context to use.
of
Type: System..::.Int32
Offset of the parsed value from the beginning of the POF stream.
reader
Type: Tangosol.IO..::.DataReader
DataReader to read the value from.

Return Value

A IPofValue instance.

See Also