Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: void DeserializeIntoObject<T>(byte[], T, ClassifyOptions)

Declaration

public static void DeserializeIntoObject<T>(
    byte[] binaryData,
    T intoObject,
    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

T Type of object to reconstruct.

Parameters

byte[]binaryData Serialized form to reconstruct object from.
TintoObject Object to assign values to in order to reconstruct the original object.
ClassifyOptionsoptions Options.