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

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

public static class GleSYSTypeAdapters.ServerStateAdapter
extends com.google.gson.TypeAdapter<Server.State>


Constructor Summary
GleSYSTypeAdapters.ServerStateAdapter()
           
 
Method Summary
 Server.State read(com.google.gson.stream.JsonReader reader)
           
 void write(com.google.gson.stream.JsonWriter writer, Server.State value)
           
 
Methods inherited from class com.google.gson.TypeAdapter
nullSafe
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GleSYSTypeAdapters.ServerStateAdapter

public GleSYSTypeAdapters.ServerStateAdapter()
Method Detail

write

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

read

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


Copyright © 2009-2012 jclouds. All Rights Reserved.