@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
IOException
public static <T> T fromInputStream(InputStream inputStream, Class<T> to) throws IOException
IOException
public static String toString(Object object) throws IOException
IOException
Copyright © 2016–2017. All rights reserved.