org.atmosphere.gwt.client.impl
Class JSONObjectSerializerStub
java.lang.Object
org.atmosphere.gwt.client.impl.JSONObjectSerializerStub
- All Implemented Interfaces:
- JSONObjectSerializer, ObjectSerializer
public class JSONObjectSerializerStub
- extends Object
- implements JSONObjectSerializer
Please replace this stub with the an appropriate implementation
see atmosphere-gwt-extra
- Author:
- p.havelaar
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JSONObjectSerializerStub
public JSONObjectSerializerStub()
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
Copyright © 2013. All Rights Reserved.