SerializationJsonDeserializeObjectHandlingTypeNamesT Method

Deserialize a JSON string into the indicated object type, using the type names saved in the serialization.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static T JsonDeserializeObjectHandlingTypeNames<T>(
	string value
)

Parameters

value  String
JSON string to deserialize.

Type Parameters

T
Object type.

Return Value

T
Object with the result of deserialization.

See Also