public class JsonObjectMarshaller<T> extends Object
| Constructor and Description |
|---|
JsonObjectMarshaller(Class<T> clazz,
boolean isPrittyPrintEnabled) |
| Modifier and Type | Method and Description |
|---|---|
void |
marshall(OutputStream outputStream,
T object) |
void |
marshall(Writer outputWriter,
T object) |
public void marshall(OutputStream outputStream, T object) throws IOException
IOExceptionpublic void marshall(Writer outputWriter, T object) throws IOException
IOExceptionCopyright © 2007–2016 Andreas Bartels. All rights reserved.