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

Returns serializer for user type specified by xmlType.

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

Syntax

C#
protected virtual IPofSerializer GetSerializer(
	IXmlElement xmlType,
	Type type,
	int typeId
)

Parameters

xmlType
Type: Tangosol.Run.Xml..::.IXmlElement
IXmlElement with configuration for user type.
type
Type: System..::.Type
User type.
typeId
Type: System..::.Int32
Type id of user type.

Return Value

IPofSerializer instance based on the configuration.

See Also