Click or drag to resize

ICodecDecode Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-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: 14.1.1.14 (14.1.1.14)
Syntax
C#
Object Decode(
	IPofReader reader,
	int index
)

Parameters

reader
Type: Tangosol.IO.PofIPofReader
The IPofReader to read from.
index
Type: SystemInt32
The index of the POF property to deserialize.

Return Value

Type: Object
A specific implementation of the POF property.
Exceptions
ExceptionCondition
IOException If an I/O error occurs.
See Also