Click or drag to resize
DictionaryExtrasDeserialize Method
load json from a filestream into a dictionary

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Dictionary<string, Object> Deserialize(
	FileStream s
)

Parameters

s
Type: System.IOFileStream

Return Value

Type: DictionaryString, Object
See Also