public abstract class ServerMarshalling extends Marshalling
Constructor and Description |
---|
ServerMarshalling() |
Modifier and Type | Method and Description |
---|---|
static Object |
fromJSON(InputStream inputStream) |
static <T> T |
fromJSON(InputStream inputStream,
Class<T> type) |
canHandle, fromJSON, fromJSON, fromJSON, fromJSON, getMarshaller, getMarshaller, needsQualification, toJSON, toJSON, toJSON, toJSON
public static <T> T fromJSON(InputStream inputStream, Class<T> type) throws IOException
IOException
public static Object fromJSON(InputStream inputStream) throws IOException
IOException
Copyright © 2013-2015 JBoss, a division of Red Hat. All Rights Reserved.