Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

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

Summary

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

Generic type parameters

TElement Type of the serialized form (see format).

Parameters

Typetype Type of object to reconstruct.
TElementelem Serialized form to reconstruct object from.
IClassifyFormat<TElement>format Implementation of a Classify format.
ClassifyOptionsoptions Options.

Returns

A new instance of the requested type.