Click or drag to resize

PofValueParserInstantiatePofValue Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Creates a PofValue instance.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
protected static AbstractPofValue InstantiatePofValue(
	IPofValue valueParent,
	int nType,
	Binary binValue,
	IPofContext ctx,
	int of,
	DataReader reader
)

Parameters

valueParent
Type: Tangosol.IO.Pof.ReflectionIPofValue
Parent POF value.
nType
Type: SystemInt32
Type identifier of this POF value.
binValue
Type: Tangosol.UtilBinary
POF-encoded binary value without the type identifier.
ctx
Type: Tangosol.IO.PofIPofContext
POF context to use.
of
Type: SystemInt32
Offset of the parsed value from the beginning of the POF stream.
reader
Type: Tangosol.IODataReader
DataReader to read the value from.

Return Value

Type: AbstractPofValue
A IPofValue instance.
See Also