| Interface | Description |
|---|---|
| Json |
A simple API to serialize and deserialize Objects to and from JSON.
|
| JsonProvider |
Concrete
Json implementation provider. |
| JsonReader |
Represents a JSON encoded data source.
|
| JsonWriter |
Represents a JSON serialization result, providing methods to obtain the JSON data in different formats.
|
| Exception | Description |
|---|---|
| Json.JsonException |
Base Json exception class.
|
| Json.JsonReadException |
Exception thrown for JSON deserialization errors.
|
| Json.JsonWriteException |
Exception thrown for JSON serialization errors.
|
Copyright © 2019 The Holon Platform. All rights reserved.