Click or drag to resize

PofValueParserParse Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Parses POF-encoded binary and returns an instance of a IPofValue wrapper for it.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public static IPofValue Parse(
	Binary binValue,
	IPofContext ctx
)

Parameters

binValue
Type: Tangosol.UtilBinary
POF-encoded binary value.
ctx
Type: Tangosol.IO.PofIPofContext
POF context to use.

Return Value

Type: IPofValue
An IPofValue instance.
See Also