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

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

public static class CustomDeserializers.ServerImageTypeAdapter
extends Object
implements JsonDeserializer<ServerImageType>


Constructor Summary
CustomDeserializers.ServerImageTypeAdapter()
           
 
Method Summary
 ServerImageType 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.ServerImageTypeAdapter

public CustomDeserializers.ServerImageTypeAdapter()
Method Detail

deserialize

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


Copyright © 2009-2010 jclouds. All Rights Reserved.