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

Returns serializer for user type specified by xmlType.

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

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