com.kfuntak.gwt.json.serialization.client
Class SerializerHelper

java.lang.Object
  extended by com.kfuntak.gwt.json.serialization.client.SerializerHelper

public class SerializerHelper
extends Object


Constructor Summary
SerializerHelper()
           
 
Method Summary
static com.google.gwt.json.client.JSONValue getBoolean(Boolean boolValue)
           
static com.google.gwt.json.client.JSONValue getChar(Character character)
           
static com.google.gwt.json.client.JSONValue getDate(Date date)
           
static com.google.gwt.json.client.JSONValue getNumber(Number number)
           
static com.google.gwt.json.client.JSONValue getString(String string)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerHelper

public SerializerHelper()
Method Detail

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.