org.atmosphere.gwt.client.extra
Class JSONObjectSerializerGWTPro
java.lang.Object
org.atmosphere.gwt.client.extra.JSONObjectSerializerGWTPro
- All Implemented Interfaces:
- JSONObjectSerializer, ObjectSerializer
public class JSONObjectSerializerGWTPro
- extends Object
- implements JSONObjectSerializer
- Author:
- p.havelaar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONObjectSerializerGWTPro
public JSONObjectSerializerGWTPro()
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 © 2012. All Rights Reserved.