Click or drag to resize

ICodecEncode Method

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
Serialize an object using the provided IPofWriter.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.14 (14.1.1.14)
Syntax
C#
void Encode(
	IPofWriter writer,
	int index,
	Object value
)

Parameters

writer
Type: Tangosol.IO.PofIPofWriter
The IPofWriterto read from.
index
Type: SystemInt32
The index of the POF property to serialize.
value
Type: SystemObject
The value to serialize.
Exceptions
ExceptionCondition
IOException If an I/O error occurs.
See Also