Click or drag to resize

JsonObjectSerializerDeserialize(String, Type) Method

Deserialize the given JSON string to an object of the given type.

Namespace: SphinxConnector.FluentApi.Json
Assembly: SphinxConnector (in SphinxConnector.dll) Version: 6.0.0
Syntax
public abstract Object Deserialize(
	string json,
	Type type
)

Parameters

json  String
The JSON string to construct the result from.
type  Type
The type to construct from the JSON string.

Return Value

Object
The constructed object.
See Also