Deserialize Method
Definition
- Namespace
- Codebelt.Extensions.Newtonsoft.Json.Formatters
- Assemblies
- Codebelt.Extensions.Newtonsoft.Json.dll
Deserialize(Stream, Type)
Deserializes the specified value into an object of objectType.
public override object Deserialize(Stream value, Type objectType)
Parameters
valueStreamThe string from which to deserialize the object graph.
objectTypeTypeThe type of the deserialized object.
Returns
- object
An object of
objectType.