org.jclouds.glesys.functions.internal
Class GleSYSTypeAdapters.GleSYSBooleanAdapter

java.lang.Object
  extended by com.google.gson.TypeAdapter<GleSYSBoolean>
      extended by org.jclouds.glesys.functions.internal.GleSYSTypeAdapters.GleSYSBooleanAdapter
Enclosing class:
GleSYSTypeAdapters

public static class GleSYSTypeAdapters.GleSYSBooleanAdapter
extends com.google.gson.TypeAdapter<GleSYSBoolean>


Constructor Summary
GleSYSTypeAdapters.GleSYSBooleanAdapter()
           
 
Method Summary
 GleSYSBoolean read(com.google.gson.stream.JsonReader in)
           
 void write(com.google.gson.stream.JsonWriter writer, GleSYSBoolean value)
           
 
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GleSYSTypeAdapters.GleSYSBooleanAdapter

public GleSYSTypeAdapters.GleSYSBooleanAdapter()
Method Detail

write

public void write(com.google.gson.stream.JsonWriter writer,
                  GleSYSBoolean value)
           throws IOException
Specified by:
write in class com.google.gson.TypeAdapter<GleSYSBoolean>
Throws:
IOException

read

public GleSYSBoolean read(com.google.gson.stream.JsonReader in)
                   throws IOException
Specified by:
read in class com.google.gson.TypeAdapter<GleSYSBoolean>
Throws:
IOException


Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.