com.google.gson
Class JsonNull

java.lang.Object
  extended by com.google.gson.JsonElement
      extended by com.google.gson.JsonNull

public final class JsonNull
extends JsonElement

A class representing a Json null value.

Since:
1.2
Author:
Inderjeet Singh, Joel Leitch

Constructor Summary
JsonNull()
           
 
Method Summary
 
Methods inherited from class com.google.gson.JsonElement
getAsBigDecimal, getAsBigInteger, getAsBoolean, getAsDouble, getAsFloat, getAsInt, getAsJsonArray, getAsJsonNull, getAsJsonObject, getAsJsonPrimitive, getAsLong, getAsNumber, getAsShort, getAsString, isJsonArray, isJsonNull, isJsonObject, isJsonPrimitive, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JsonNull

public JsonNull()


Copyright © 2008. All Rights Reserved.