Click or drag to resize

IXmlSerializationSurrogate Interface

Contract for XML serialization surrogates that serialize and deserialize specific types. Implementations should emit/read XML for the target type and handle base-type chaining when needed.

Namespace: Altaxo.Serialization.Xml
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public interface IXmlSerializationSurrogate

The IXmlSerializationSurrogate type exposes the following members.

Methods
 NameDescription
Public methodDeserialize Deserialize an object from XML.
Public methodSerialize Serialize the provided object into XML using the supplied serialization info.
Top
See Also