@Service public class ClerezzaJsonLdSerializingProvider extends Object implements org.apache.clerezza.rdf.core.serializedform.SerializingProvider
SerializingProvider for
JSON-LD (application/ld+json) based on the java-jsonld library| Constructor and Description |
|---|
ClerezzaJsonLdSerializingProvider() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
activate(org.osgi.service.component.ComponentContext ctx) |
protected void |
deactivate(org.osgi.service.component.ComponentContext ctx) |
void |
serialize(OutputStream serializedGraph,
org.apache.clerezza.rdf.core.TripleCollection tc,
String formatIdentifier) |
public void serialize(OutputStream serializedGraph, org.apache.clerezza.rdf.core.TripleCollection tc, String formatIdentifier)
serialize in interface org.apache.clerezza.rdf.core.serializedform.SerializingProvider@Activate protected void activate(org.osgi.service.component.ComponentContext ctx)
@Deactivate protected void deactivate(org.osgi.service.component.ComponentContext ctx)
Copyright © 2016. All rights reserved.