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

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

public static class CustomDeserializers.IpStateAdapter
extends Object
implements JsonDeserializer<IpState>


Constructor Summary
CustomDeserializers.IpStateAdapter()
           
 
Method Summary
 IpState 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.IpStateAdapter

public CustomDeserializers.IpStateAdapter()
Method Detail

deserialize

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


Copyright © 2009-2010 jclouds. All Rights Reserved.