Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

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

Declaration

public static T Deserialize<T>(
    byte[] binaryData,
    ClassifyOptions options = null
)

Summary

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

Generic type parameters

T Type of object to reconstruct.

Parameters

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

Returns

A new instance of the requested type.