Utility for JSON serialization
Inheritance Hierarchy
Scanjour.Workflow4.BaseJsonUtility
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 23.3.0.0 (23.3.0.0)
Syntax
The JsonUtility type exposes the following members.
Methods
Name | Description | |
---|---|---|
Deserialize(String, Boolean, Boolean) |
Deserializes the specified JSON string.
| |
DeserializeT(Stream) |
Deserializes the specified JSON stream.
| |
DeserializeT(String) |
Deserializes the specified JSON string.
| |
SerializeT |
Serializes the specified instance.
| |
SerializeAllT |
Serializes the specified instance.
|
See Also