org.atmosphere.gwt.js
Class NativeJSONObjectSerializer
java.lang.Object
org.atmosphere.gwt.js.NativeJSONObjectSerializer
- All Implemented Interfaces:
- JSONObjectSerializer, ObjectSerializer
public class NativeJSONObjectSerializer
- 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 |
NativeJSONObjectSerializer
public NativeJSONObjectSerializer()
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.