See: Description
Interface | Description |
---|---|
EncoderPlugin |
Signature for plugins which perform all the encoding decisions.
|
JSONWriterFacade |
Interface to look like a JSONWriter.
|
ReadContext |
The operations of a Context [which implements this] which are needed
to render JSON.
|
Class | Description |
---|---|
Context |
Encapsulates the mapping decisions to determine how RDF should be
serialized in JSON to enable partial inversion.
|
ContextPropertyInfo |
Sub interface used to describe a mapped property
|
Decoder | |
Encoder |
Driver for encoding a set of RDF resources into JSON.
|
JSONWriterObject |
Implements the JSONWriter emulation by creating a JsonObject
|
JSONWriterWrapper |
Wrap up a JSONWriter to (trivially) implement the JSONWriterFacade interface.
|
ParseWrapper | |
RDFUtil | |
RDFUtil.Vocab | |
TypeUtil |
Support for comparing datatypes to reflect XSD type heirarchy
|
Exception | Description |
---|---|
EncodingException |
Return problems found during JSON encode/decode
|
Copyright © 2014. All Rights Reserved.