StaticdeserializeDeserialize a JSON string to the specific type.
Type to deserialize to.
Actual JSON to deserialize.
An instance of the target type.
StaticdeserializeDeserialize a array JSON string to an array of the specific instance type.
Type to deserialize to.
Actual JSON to deserialize.
An array of instances of the target type.
StaticdeserializeDeserialize an array of any instances to an array of specific instance types.
Type to deserialize to.
Actual instances to deserialize.
An array of instances of the target type.
StaticdeserializeDeserialize an any instance to a specific instance type.
Type to deserialize to.
Actual instance to deserialize.
An instance of the target type.
StaticserializeSerialize with strong type information.
The value to serialize.
A JSON string.
Represents a serializer for JSON.