Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
Initialize the specified (newly instantiated) PortableObject instance using the specified reader.

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

Syntax

C#
public void Initialize(
	IPortableObject portable,
	IPofReader reader
)

Parameters

portable
Type: Tangosol.IO.Pof..::..IPortableObject
The object to initialize.
reader
Type: Tangosol.IO.Pof..::..IPofReader
The PofReader with which to read the object's state.

See Also