XmlSurrogateSelectorGetSurrogate(Type) Method |
Get a serialization surrogate for the spezified type.
Namespace: Altaxo.Serialization.XmlAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public IXmlSerializationSurrogate? GetSurrogate(
Type type
)
Parameters
- type Type
- The 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