com.kfuntak.gwt.json.serialization.client
Class DeserializerHelper
java.lang.Object
com.kfuntak.gwt.json.serialization.client.DeserializerHelper
public class DeserializerHelper
- extends Object
|
Method Summary |
static Boolean |
getBoolean(com.google.gwt.json.client.JSONValue value)
|
static Byte |
getByte(com.google.gwt.json.client.JSONValue value)
|
static Character |
getChar(com.google.gwt.json.client.JSONValue value)
|
static Date |
getDate(com.google.gwt.json.client.JSONValue value)
|
static Double |
getDouble(com.google.gwt.json.client.JSONValue value)
|
static Float |
getFloat(com.google.gwt.json.client.JSONValue value)
|
static Integer |
getInt(com.google.gwt.json.client.JSONValue value)
|
static Long |
getLong(com.google.gwt.json.client.JSONValue value)
|
static Short |
getShort(com.google.gwt.json.client.JSONValue value)
|
static String |
getString(com.google.gwt.json.client.JSONValue value)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeserializerHelper
public DeserializerHelper()
getString
public static String getString(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getChar
public static Character getChar(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getDouble
public static Double getDouble(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getFloat
public static Float getFloat(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getInt
public static Integer getInt(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getLong
public static Long getLong(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getShort
public static Short getShort(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getByte
public static Byte getByte(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getBoolean
public static Boolean getBoolean(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
getDate
public static Date getDate(com.google.gwt.json.client.JSONValue value)
throws com.google.gwt.json.client.JSONException
- Throws:
com.google.gwt.json.client.JSONException
Copyright © 2012. All Rights Reserved.