Click or drag to resize

ISerializableObject Interface

Represents an object that supports serialization/deserialization using XML documents.

Namespace:  Dynamicweb.Analytics.Model
Assembly:  Dynamicweb.Analytics (in Dynamicweb.Analytics.dll) Version: 2.1.4
Syntax
public interface ISerializableObject

The ISerializableObject type exposes the following members.

Methods
  NameDescription
Public methodDeserialize
Reads the object data from the given XML document and applies the information to the current instance.
Public methodSerialize
Converts the current object to XML.
Top
See Also