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

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

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


Constructor Summary
CustomDeserializers.ServerImageStateAdapter()
           
 
Method Summary
 ServerImageState deserialize(JsonElement jsonElement, Type type, 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(JsonElement jsonElement,
                                    Type type,
                                    JsonDeserializationContext context)
                             throws JsonParseException
Specified by:
deserialize in interface JsonDeserializer<ServerImageState>
Throws:
JsonParseException


Copyright © 2009-2010 jclouds. All Rights Reserved.