org.jclouds.gogrid.functions.internal
Class CustomDeserializers.ServerImageStateAdapter

java.lang.Object
  extended by org.jclouds.gogrid.functions.internal.CustomDeserializers.ServerImageStateAdapter
All Implemented Interfaces:
com.google.gson.JsonDeserializer<ServerImageState>
Enclosing class:
CustomDeserializers

public static class CustomDeserializers.ServerImageStateAdapter
extends Object
implements com.google.gson.JsonDeserializer<ServerImageState>


Constructor Summary
CustomDeserializers.ServerImageStateAdapter()
           
 
Method Summary
 ServerImageState deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDeserializers.ServerImageStateAdapter

public CustomDeserializers.ServerImageStateAdapter()
Method Detail

deserialize

public ServerImageState deserialize(com.google.gson.JsonElement jsonElement,
                                    Type type,
                                    com.google.gson.JsonDeserializationContext context)
                             throws com.google.gson.JsonParseException
Specified by:
deserialize in interface com.google.gson.JsonDeserializer<ServerImageState>
Throws:
com.google.gson.JsonParseException


Copyright © 2009-2011 jclouds. All Rights Reserved.