Click or drag to resize

IXmlSerializationSurrogate Interface

This interface has to be implemented by all XmlSerializationSurrogates.

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

The IXmlSerializationSurrogate type exposes the following members.

Methods
 NameDescription
Public methodDeserialize Deserialize the object from xml.
Public methodSerialize Serialize the object
C#
into xml.
Top
See Also