| ArrayReader<G,A,T> |
|
| ArrayReadHandler<G,A,T,R> |
Provides an ArrayReader to Transit to use in incrementally parsing
an array representation of a value.
|
| DefaultReadHandler<T> |
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<G,M,K,V> |
|
| MapReadHandler<G,A,K,V,R> |
Provides a MapReader to Transit to use in incrementally parsing
a map representation of a value.
|
| Named |
Represents a namespace-scoped named object
|
| Ratio |
Represents a ratio using BigIntegers
|
| Reader |
Interface for reading values in transit format
|
| ReadHandler<T,Rep> |
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<Rep> |
Represents a transit tag and value.
|
| URI |
Represents a URI as a String.
|
| WriteHandler<T,Rep> |
Converts an instance of an type to a transit representation
|
| Writer<T> |
Interface for writing values in transit format.
|