Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
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: 12.2.1.4014 (12.2.1.4014)

Syntax

C#
public abstract 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