Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: XElement Serialize<T>(T, ClassifyOptions, IClassifyFormat<XElement>)

Declaration

public static XElement Serialize<T>(
    T saveObject,
    ClassifyOptions options = null,
    IClassifyFormat<XElement> format = null
)

Summary

Converts the specified object into a serialized form.

Generic type parameters

T Type of object to convert.

Parameters

TsaveObject Object to be serialized.
ClassifyOptionsoptions Options.
IClassifyFormat<XElement>format Implementation of a Classify format. See ClassifyXmlFormat for an example.

Returns

The serialized form generated from the object.