public class GsonWriter extends JsonLikeWriter
| Constructor and Description |
|---|
GsonWriter() |
GsonWriter(Writer writer) |
getWriter, isPrettyPrint, setPrettyPrint, setWriterpublic GsonWriter()
public GsonWriter(Writer writer)
public JsonLikeWriter init() throws IOException
init in class JsonLikeWriterIOExceptionpublic JsonLikeWriter flush() throws IOException
flush in class JsonLikeWriterIOExceptionpublic void close() throws IOException
close in class JsonLikeWriterIOExceptionpublic JsonLikeWriter beginObject() throws IOException
beginObject in class JsonLikeWriterIOExceptionpublic JsonLikeWriter beginArray() throws IOException
beginArray in class JsonLikeWriterIOExceptionpublic JsonLikeWriter beginObject(String name) throws IOException
beginObject in class JsonLikeWriterIOExceptionpublic JsonLikeWriter beginArray(String name) throws IOException
beginArray in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(BigInteger value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(BigDecimal value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(long value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(double value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(Boolean value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(boolean value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter writeNull() throws IOException
writeNull in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String name, String value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String name, BigInteger value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String name, BigDecimal value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String name, long value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String name, double value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String name, Boolean value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter write(String name, boolean value) throws IOException
write in class JsonLikeWriterIOExceptionpublic JsonLikeWriter writeNull(String name) throws IOException
writeNull in class JsonLikeWriterIOExceptionpublic JsonLikeWriter endObject() throws IOException
endObject in class JsonLikeWriterIOExceptionpublic JsonLikeWriter endArray() throws IOException
endArray in class JsonLikeWriterIOExceptionpublic JsonLikeWriter endBlock() throws IOException
endBlock in class JsonLikeWriterIOExceptionCopyright © 2014–2017 University Health Network. All rights reserved.