Click or drag to resize

XmlSurrogateSelectorGetSurrogate(Type) Method

Get a serialization surrogate for the spezified type.

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

Parameters

type  Type
The 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