Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

Initialize the specified (newly instantiated) PortableObject instance using the specified reader.

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

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