Class SerializableJavaScriptObject
java.lang.Object
com.google.gwt.core.client.JavaScriptObject
com.levigo.jadice.web.client.messaging.data.SerializableJavaScriptObject
- All Implemented Interfaces:
Serializable
public class SerializableJavaScriptObject
extends com.google.gwt.core.client.JavaScriptObject
implements Serializable
A serializable version of a generic JS-Object. We need this to be able to send untyped data (as JSON) to the
backend.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gwt.core.client.JavaScriptObject
cast, createArray, createArray, createFunction, createObject, equals, hashCode, toSource, toString
-
Constructor Details
-
SerializableJavaScriptObject
protected SerializableJavaScriptObject()
-