public class JSONReadWrite extends Object
| Constructor and Description |
|---|
JSONReadWrite() |
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromInputStream(InputStream inputStream,
Class<T> to) |
static <T> T |
fromReader(Reader reader,
Class<T> to) |
static String |
toString(Object object) |
public static <T> T fromReader(Reader reader, Class<T> to) throws IOException
IOExceptionpublic static <T> T fromInputStream(InputStream inputStream, Class<T> to) throws IOException
IOExceptionpublic static String toString(Object object) throws IOException
IOExceptionCopyright © 2004-2015. All Rights Reserved.