@Deprecated @Restricted(value=org.kohsuke.accmod.restrictions.NoExternalUse.class) @RestrictedSince(value="2.8.10.1") public class JSONReadWrite extends Object
| Constructor and Description |
|---|
JSONReadWrite()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
fromInputStream(InputStream inputStream,
Class<T> to)
Deprecated.
|
static <T> T |
fromReader(Reader reader,
Class<T> to)
Deprecated.
|
static String |
toString(Object object)
Deprecated.
|
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 © 2016–2017. All rights reserved.