SerializationJsonDeserializeObjectFromFileT Method
Deserializes a JSON string contained in a file into the indicated object type.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static T JsonDeserializeObjectFromFile<T>(
string file
)
Public Shared Function JsonDeserializeObjectFromFile(Of T) (
file As String
) As T
- file String
- Path of the file containing the JSON string to be deserialized.
- T
- Object type.
TObject with the result of deserialization.