Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: object Deserialize(Type, XElement, ClassifyOptions, IClassifyFormat<XElement>)

Declaration

public static object Deserialize(
    Type type,
    XElement xml,
    ClassifyOptions options = null,
    IClassifyFormat<XElement> format = null
)

Summary

Reconstructs an object of the specified type from the specified serialized form.

Parameters

Typetype Type of object to reconstruct.
XElementxml Serialized form to reconstruct object from.
ClassifyOptionsoptions Options.
IClassifyFormat<XElement>format Implementation of a Classify format. See ClassifyXmlFormat for an example.

Returns

A new instance of the requested type.