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

Deserialize an object from the provided IPofReader. Implementing this interface allows introducing specific return implementations.

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

Syntax

C#
public override Object Decode(
	IPofReader reader,
	int index
)

Parameters

reader
Type: Tangosol.IO.Pof..::.IPofReader
The IPofReader to read from.
index
Type: System..::.Int32
The index of the POF property to deserialize.

Return Value

A specific implementation of the POF property.

Implements

ICodec..::.Decode(IPofReader, Int32)

Exceptions

ExceptionCondition
System.IO..::.IOException If an I/O error occurs.

See Also