XmlSurrogateSelectorGetSurrogate(String) Method |
Get a serialization surrogate for the specified type.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
IXmlSerializationSurrogateThe serialization surrogate for the specified type, or null if no surrogate is found.
See Also