public class TypeAdapterDataset
extends com.google.gson.TypeAdapter<org.apache.jena.query.Dataset>
| Modifier and Type | Field and Description |
|---|---|
protected Supplier<org.apache.jena.query.Dataset> |
datasetSupplier |
| Constructor and Description |
|---|
TypeAdapterDataset() |
TypeAdapterDataset(Supplier<org.apache.jena.query.Dataset> datasetSupplier) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.jena.query.Dataset |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
org.apache.jena.query.Dataset value) |
protected Supplier<org.apache.jena.query.Dataset> datasetSupplier
public TypeAdapterDataset()
public TypeAdapterDataset(Supplier<org.apache.jena.query.Dataset> datasetSupplier)
public void write(com.google.gson.stream.JsonWriter out,
org.apache.jena.query.Dataset value)
throws IOException
write in class com.google.gson.TypeAdapter<org.apache.jena.query.Dataset>IOExceptionpublic org.apache.jena.query.Dataset read(com.google.gson.stream.JsonReader in)
throws IOException
read in class com.google.gson.TypeAdapter<org.apache.jena.query.Dataset>IOExceptionCopyright © 2020. All rights reserved.