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
Type | type |
Type of object to reconstruct. |
byte[] | binaryData |
Serialized form to reconstruct object from. |
ClassifyOptions | options |
Options. |
Returns
A new instance of the requested type.