public final class JsonWriter extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
write(OutputStream stream,
Object value) |
static void |
write(OutputStream stream,
Object value,
boolean format) |
static void |
write(Writer writer,
Object value) |
static void |
write(Writer writer,
Object value,
boolean format) |
public static void write(OutputStream stream, Object value) throws IOException
IOExceptionpublic static void write(OutputStream stream, Object value, boolean format) throws IOException
IOExceptionpublic static void write(Writer writer, Object value) throws IOException
IOExceptionpublic static void write(Writer writer, Object value, boolean format) throws IOException
IOExceptionCopyright © 2007–2019 The Apache Software Foundation. All rights reserved.