Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server
Class ServerMarshalling

java.lang.Object
  extended by org.jboss.errai.marshalling.client.Marshalling
      extended by org.jboss.errai.marshalling.server.ServerMarshalling

public abstract class ServerMarshalling
extends Marshalling

Author:
Mike Brock

Constructor Summary
ServerMarshalling()
           
 
Method Summary
static Object fromJSON(InputStream inputStream)
           
static
<T> T
fromJSON(InputStream inputStream, Class<T> type)
           
 
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
 

Constructor Detail

ServerMarshalling

public ServerMarshalling()
Method Detail

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

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.