Click or drag to resize

XmlSurrogateSelectorGetSurrogate(String) Method

Get a serialization surrogate for the specified type.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IXmlSerializationSurrogate? GetSurrogate(
	string type
)

Parameters

type  String
The full qualified type name (GetFullyQualifiedTypeName(Type)) for which a serialization surrogate should be found.

Return Value

IXmlSerializationSurrogate
The serialization surrogate for the specified type, or null if no surrogate is found.
See Also