Oracle® Coherence .NET API Reference Release 3.6
E15727-01

Create a new BinaryPofSerializer for the user type with the given type identifier.

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

Syntax

C#
public BinaryPofSerializer(
	int typeId
)

Parameters

typeId
Type: System..::.Int32
The user type identifier.

See Also