GWT 2.3.0

com.google.gwt.core.ext.linker
Interface CastableTypeMap

All Superinterfaces:
java.io.Serializable

public interface CastableTypeMap
extends java.io.Serializable

An encapsulation of a JSON map containing a set of castable type ids.


Method Summary
 java.lang.String toJs()
          Returns an eval-able JSON object.
 

Method Detail

toJs

java.lang.String toJs()
Returns an eval-able JSON object.


GWT 2.3.0