Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Static method: object Deserialize(Type, byte[], ClassifyOptions)

Declaration

public static object Deserialize(
    Type type,
    byte[] binaryData,
    ClassifyOptions options = null
)

Summary

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

Parameters

Typetype Type of object to reconstruct.
byte[]binaryData Serialized form to reconstruct object from.
ClassifyOptionsoptions Options.

Returns

A new instance of the requested type.