public abstract class AbstractDocumentJsonWriter extends Object
| Modifier and Type | Field and Description |
|---|---|
protected com.google.gson.GsonBuilder |
builder |
protected com.google.gson.Gson |
gson |
| Constructor and Description |
|---|
AbstractDocumentJsonWriter() |
AbstractDocumentJsonWriter(com.google.gson.GsonBuilder builder) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
writeDocument(com.google.gson.stream.JsonWriter writer,
org.dice_research.topicmodeling.utils.doc.Document document) |
protected void |
writeDocument(Writer writer,
org.dice_research.topicmodeling.utils.doc.Document document) |
protected com.google.gson.GsonBuilder builder
protected com.google.gson.Gson gson
public AbstractDocumentJsonWriter()
public AbstractDocumentJsonWriter(com.google.gson.GsonBuilder builder)
protected void writeDocument(Writer writer, org.dice_research.topicmodeling.utils.doc.Document document) throws IOException
IOExceptionprotected void writeDocument(com.google.gson.stream.JsonWriter writer,
org.dice_research.topicmodeling.utils.doc.Document document)
throws IOException
IOExceptionCopyright © 2015–2020. All rights reserved.