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

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

public static class CustomDeserializers.ServerStateAdapter
extends Object
implements JsonDeserializer<ServerState>


Constructor Summary
CustomDeserializers.ServerStateAdapter()
           
 
Method Summary
 ServerState 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.ServerStateAdapter

public CustomDeserializers.ServerStateAdapter()
Method Detail

deserialize

public ServerState deserialize(JsonElement jsonElement,
                               Type type,
                               JsonDeserializationContext context)
                        throws JsonParseException
Specified by:
deserialize in interface JsonDeserializer<ServerState>
Throws:
JsonParseException


Copyright © 2009-2010 jclouds. All Rights Reserved.