Package | Description |
---|---|
com.epimorphics.jsonrdf |
The jsonrdf package provides serialisation of RDF models into
JSON.
|
com.epimorphics.jsonrdf.impl |
The impl package contains the default (and only)
Encoder implementation.
|
Modifier and Type | Field and Description |
---|---|
protected static EncoderPlugin |
Encoder.defaultPlugin |
protected static EncoderPlugin |
Decoder.encoder |
protected EncoderPlugin |
Encoder.rules |
Modifier and Type | Method and Description |
---|---|
static Encoder |
Encoder.get(EncoderPlugin rules)
Return an encoder using the specified rules and no Context, any
Context information will be generated on-the-fly.
|
static Encoder |
Encoder.get(EncoderPlugin rules,
ReadContext fromOntology)
Return an encoder using the specified rules and the specified
base ontology.
|
Modifier and Type | Class and Description |
---|---|
class |
EncoderDefault
Implements the default encoding rules for converting RDF
resources to JSON.
|
Copyright © 2014. All Rights Reserved.