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 Details

    • SerializableJavaScriptObject

      protected SerializableJavaScriptObject()