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

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.7.1.23 (3.7.1.23)

Syntax

C#
protected virtual void AppendDefaultSerializerToUserTypes(
	IXmlElement xmlConfig
)

Parameters

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

See Also