See: Description
| Interface | Description |
|---|---|
| DataNodeVisitor |
Representation of the visitor to data nodes during the
data tree traversal.
|
| JsonBuilder |
Abstraction of an entity which provides interfaces to build and obtain JSON
data tree.
|
| JsonWalker |
Abstraction of an entity which provides interfaces for Json walk.
|
| Class | Description |
|---|---|
| DataNodeJsonVisitor |
Representation implementation of DataNode visitor, which traverse data tree.
|
| DecoderUtils |
Utilities for parsing URI and JSON strings.
|
| DefaultJsonBuilder |
Represents implementation of interfaces to build and obtain JSON data tree.
|
| DefaultJsonWalker |
Represents implementation of JSON walk, which walks the JSON object node.
|
| EncoderUtils |
Utilities for converting Data Nodes into JSON format.
|
| JsonSerializer |
Implementation of the JSON serializer.
|
| Enum | Description |
|---|---|
| DataNodeSiblingPositionType |
Denotation of the relative position of a multi-instance data node
relative to its siblings.
|
| Exception | Description |
|---|---|
| SerializerException |
Represents class of errors related to JSON parse utils.
|
Copyright © 2017. All rights reserved.