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

[Missing <summary> documentation for "M:Tangosol.Util.NullImplementation.NullPofContext.Serialize(Tangosol.IO.DataWriter,System.Object)"]

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

Syntax

C#
public void Serialize(
	DataWriter writer,
	Object o
)

Parameters

writer
Type: Tangosol.IO..::.DataWriter

[Missing <param name="writer"/> documentation for "M:Tangosol.Util.NullImplementation.NullPofContext.Serialize(Tangosol.IO.DataWriter,System.Object)"]

o
Type: System..::.Object

[Missing <param name="o"/> documentation for "M:Tangosol.Util.NullImplementation.NullPofContext.Serialize(Tangosol.IO.DataWriter,System.Object)"]

Implements

ISerializer..::.Serialize(DataWriter, Object)

See Also