Click or drag to resize

PofExtractor Constructor (Type, IPofNavigator, Int32)

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Constructs a PofExtractor based on a POF navigator and the entry extraction target.

Namespace:  Tangosol.Util.Extractor
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
public PofExtractor(
	Type type,
	IPofNavigator navigator,
	int target
)

Parameters

type
Type: SystemType
The required type of the extracted value or null if the type is to be inferred from the serialized state.
navigator
Type: Tangosol.IO.Pof.ReflectionIPofNavigator
POF navigator.
target
Type: SystemInt32
One of the VALUE or KEY values.
See Also