Oracle® Coherence .NET API Reference Release 3.6.1
E18812-01

[Missing <summary> documentation for "M:Tangosol.IO.Pof.PortableObjectSerializer.Initialize(Tangosol.IO.Pof.IPortableObject,Tangosol.IO.Pof.IPofReader)"]

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

Syntax

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

Parameters

portable
Type: Tangosol.IO.Pof..::.IPortableObject

[Missing <param name="portable"/> documentation for "M:Tangosol.IO.Pof.PortableObjectSerializer.Initialize(Tangosol.IO.Pof.IPortableObject,Tangosol.IO.Pof.IPofReader)"]

reader
Type: Tangosol.IO.Pof..::.IPofReader

[Missing <param name="reader"/> documentation for "M:Tangosol.IO.Pof.PortableObjectSerializer.Initialize(Tangosol.IO.Pof.IPortableObject,Tangosol.IO.Pof.IPofReader)"]

See Also