Errai 3.0.1-SNAPSHOT

org.jboss.errai.marshalling.server
Class DecodingSession

java.lang.Object
  extended by org.jboss.errai.marshalling.client.api.AbstractMarshallingSession
      extended by org.jboss.errai.marshalling.server.DecodingSession
All Implemented Interfaces:
MarshallingSession

public class DecodingSession
extends AbstractMarshallingSession

Author:
Mike Brock

Constructor Summary
DecodingSession(ServerMappingContext context)
           
 
Method Summary
 String determineTypeFor(String formatType, Object o)
           
 
Methods inherited from class org.jboss.errai.marshalling.client.api.AbstractMarshallingSession
getAssumedElementType, getAssumedMapKeyType, getAssumedMapValueType, getMappingContext, getMarshallerInstance, getObject, getObject, hasObject, hasObject, recordObject, resetAssumedTypes, setAssumedElementType, setAssumedMapKeyType, setAssumedMapValueType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DecodingSession

public DecodingSession(ServerMappingContext context)
Method Detail

determineTypeFor

public String determineTypeFor(String formatType,
                               Object o)

Errai 3.0.1-SNAPSHOT

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