org.atmosphere.gwt.js
Class NativeJSONObjectSerializer

java.lang.Object
  extended by org.atmosphere.gwt.js.NativeJSONObjectSerializer
All Implemented Interfaces:
JSONObjectSerializer, ObjectSerializer

public class NativeJSONObjectSerializer
extends Object
implements JSONObjectSerializer

Author:
p.havelaar

Constructor Summary
NativeJSONObjectSerializer()
           
 
Method Summary
 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

NativeJSONObjectSerializer

public NativeJSONObjectSerializer()
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


Copyright © 2012. All Rights Reserved.