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. |
ClassifyOptions | options |
Options. |
Returns
A new instance of the requested type.