SerializationJsonDeserializeObjectFromFileT Method

Deserializes a JSON string contained in a file into the indicated object type.

Definition

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

Parameters

file  String
Path of the file containing the JSON string to be deserialized.

Type Parameters

T
Object type.

Return Value

T
Object with the result of deserialization.

See Also