BuildMaster SDK Reference
Version:

ICustomPersistentSerializer Interface

Indicates that a type implements custom serialization logic for a specific type.

Inheritance Hierarchy

  • Inedo.Serialization.ICustomPersistentSerializer

Syntax

public interface ICustomPersistentSerializer

Methods

Name Description
Deserialize(System.Xml.Linq.XElement element)

Reads configuration for this instance from the specified XML element.

Serialize(object instance)

Returns the content an XML element which represents the current value.