org.directwebremoting.json
Class JsonHack

java.lang.Object
  extended by org.directwebremoting.json.JsonValue
      extended by org.directwebremoting.json.JsonHack

public class JsonHack
extends JsonValue

Author:
Joe Walker [joe at getahead dot ltd dot uk]

Constructor Summary
JsonHack(java.lang.String string)
           
 
Method Summary
 java.lang.String toExternalRepresentation()
          i.e.
 
Methods inherited from class org.directwebremoting.json.JsonValue
getBoolean, getDouble, getInteger, getJsonArray, getJsonObject, getLong, getString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JsonHack

public JsonHack(java.lang.String string)
Parameters:
string -
Method Detail

toExternalRepresentation

public java.lang.String toExternalRepresentation()
Description copied from class: JsonValue
i.e. How do we send this from one system to another?

Specified by:
toExternalRepresentation in class JsonValue
Returns:
A string representing the portable version of this data

Copyright ¬ 2005