Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void DeserializeIntoObject<TElement, T>(TElement, T, IClassifyFormat<TElement>, ClassifyOptions)

Declaration

public static void DeserializeIntoObject<TElement, T>(
    TElement element,
    T intoObject,
    IClassifyFormat<TElement> format,
    ClassifyOptions options = null
)

Summary

Reconstructs an object of the specified type from the specified serialized form by applying the values to an existing instance of the type.

Generic type parameters

TElement Type of the serialized form (see format).
T Type of object to reconstruct.

Parameters

TElementelement Serialized form to reconstruct object from.
TintoObject Object to assign values to in order to reconstruct the original object.
IClassifyFormat<TElement>format Implementation of a Classify format.
ClassifyOptionsoptions Options.