| ArrayReader |
|
| DefaultReadHandler |
Processes a non-decodable transit value
|
| Keyword |
Represents a keyword
N.B.
|
| Link |
Represents a hypermedia link, as per http://amundsen.com/media-types/collection/format/#arrays-links
|
| MapReader |
|
| Named |
Represents a namespace-scoped named object
|
| Reader |
Interface for reading values in transit format
|
| ReadHandler |
Converts a transit representation to an instance of a type; if type
implements ArrayReadHandler or MapReadHandler to support incremental
parsing of representation, that interface will be used instead
|
| Symbol |
Represents a symbol
|
| TaggedValue |
Represents a transit tag and value.
|
| TransitFactory.Format |
Transit formats
|
| URI |
Represents a URI as a String.
|
| WriteHandler |
Converts an instance of an type to a transit representation
|
| Writer |
Interface for writing values in transit format.
|