Declaration
public static T Deserialize<TElement, T>(
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). |
| T |
Type of object to reconstruct. |
Parameters
| TElement | elem |
Serialized form to reconstruct object from. |
| IClassifyFormat<TElement> | format |
Implementation of a Classify format. |
| ClassifyOptions | options |
Options. |
Returns
A new instance of the requested type.