Click or drag to resize

ICodecEncode Method

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
Serialize an object using the provided IPofWriter.

Namespace:  Tangosol.IO.Pof.Reflection
Assembly:  Coherence (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
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