com.kfuntak.gwt.json.serialization.client
Class SerializerHelper
java.lang.Object
com.kfuntak.gwt.json.serialization.client.SerializerHelper
public class SerializerHelper
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SerializerHelper
public SerializerHelper()
getString
public static com.google.gwt.json.client.JSONValue getString(String string)
getBoolean
public static com.google.gwt.json.client.JSONValue getBoolean(Boolean boolValue)
getNumber
public static com.google.gwt.json.client.JSONValue getNumber(Number number)
getChar
public static com.google.gwt.json.client.JSONValue getChar(Character character)
getDate
public static com.google.gwt.json.client.JSONValue getDate(Date date)
Copyright © 2012. All Rights Reserved.