org.atmosphere.gwt.client.extra
Class JSONObjectSerializerGWTPro

java.lang.Object
  extended by org.atmosphere.gwt.client.extra.JSONObjectSerializerGWTPro
All Implemented Interfaces:
JSONObjectSerializer, ObjectSerializer

public class JSONObjectSerializerGWTPro
extends Object
implements JSONObjectSerializer

Author:
p.havelaar

Constructor Summary
JSONObjectSerializerGWTPro()
           
 
Method Summary
 Object deserialize(com.google.gwt.json.client.JSONValue jsonValue)
           
 Object deserialize(String message)
           
 String serialize(Object message)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JSONObjectSerializerGWTPro

public JSONObjectSerializerGWTPro()
Method Detail

deserialize

public Object deserialize(String message)
                   throws com.google.gwt.user.client.rpc.SerializationException
Specified by:
deserialize in interface ObjectSerializer
Throws:
com.google.gwt.user.client.rpc.SerializationException

serialize

public String serialize(Object message)
                 throws com.google.gwt.user.client.rpc.SerializationException
Specified by:
serialize in interface ObjectSerializer
Throws:
com.google.gwt.user.client.rpc.SerializationException

deserialize

public Object deserialize(com.google.gwt.json.client.JSONValue jsonValue)


Copyright © 2013. All Rights Reserved.