Utility for JSON serialization
Inheritance Hierarchy
Scanjour.Workflow4.BaseJsonUtility
Namespace: Scanjour.Workflow4.Base
Assembly: Scanjour.Workflow4.Base (in Scanjour.Workflow4.Base.dll) Version: 19.1.6.0 (19.1.6.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