org.jboss.errai.marshalling.server
Class ServerMarshalling
java.lang.Object
org.jboss.errai.marshalling.client.Marshalling
org.jboss.errai.marshalling.server.ServerMarshalling
public abstract class ServerMarshalling
- extends Marshalling
- Author:
- Mike Brock
Methods inherited from class org.jboss.errai.marshalling.client.Marshalling |
canHandle, fromJSON, fromJSON, fromJSON, fromJSON, getMarshaller, getMarshaller, needsQualification, toJSON, toJSON, toJSON, toJSON |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerMarshalling
public ServerMarshalling()
fromJSON
public static <T> T fromJSON(InputStream inputStream,
Class<T> type)
throws IOException
- Throws:
IOException
fromJSON
public static Object fromJSON(InputStream inputStream)
throws IOException
- Throws:
IOException
Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.