| Interface | Description |
|---|---|
| ParsingProvider |
An instance of this class parses RDF-ImmutableGraph from one or more serialization
formats.
|
| SerializingProvider |
An instance of this class serializes
Graphs to a
specified serialization format. |
| Class | Description |
|---|---|
| Parser |
This singleton class provides a method
parse to transform serialized RDF forms into ImmutableGraphs. |
| Serializer |
This singleton class provides a method
serialize to transform a
ImmutableGraph into serialized RDF forms. |
| Exception | Description |
|---|---|
| UnsupportedFormatException |
This exception is thrown on an attempt to parse a format for which no
ParsingProvider is known. |
| UnsupportedParsingFormatException | |
| UnsupportedSerializationFormatException |
| Annotation Type | Description |
|---|---|
| SupportedFormat |
This annotation is used to annotate
ParsingProviders to indicate
the format(s) they support. |
Copyright © 2015–2022 The Apache Software Foundation. All rights reserved.