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

Process <default-serializer> element from specified xml configuration and appends information about serializer to each <user-type> element within <user-type-list> unless user type already has serializer specified.

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

Syntax

C#
protected virtual void AppendDefaultSerializerToUserTypes(
	IXmlElement xmlConfig
)

Parameters

xmlConfig
Type: Tangosol.Run.Xml..::.IXmlElement
IXmlElement containing pof configuration.

See Also