public interface SerializingProvider
TripleCollection
s to a
specified serialization format. The supported formats are indicated using the
SupportedFormat
annotation.Modifier and Type | Method and Description |
---|---|
void |
serialize(OutputStream outputStream,
TripleCollection tc,
String formatIdentifier)
Serializes a
TripleCollection to a specified
OutputStream in the format identified by
formatIdentifier . |
void serialize(OutputStream outputStream, TripleCollection tc, String formatIdentifier)
TripleCollection
to a specified
OutputStream
in the format identified by
formatIdentifier
. This method will be invoked
for a supported format, a format is considered as supported if the part
before a ';'-character in the formatIdentifier
matches
a SupportedFormat
annotation of the implementing class.outputStream
- tc
- formatIdentifier
- Copyright © 2014 The Apache Software Foundation. All Rights Reserved.