Class CustomDeserializers.ServerImageStateAdapter
java.lang.Object
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
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)  
- 
Constructor Details
- 
ServerImageStateAdapter
public ServerImageStateAdapter() 
 - 
 - 
Method Details
- 
deserialize
public ServerImageState deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException - Specified by:
 deserializein interfacecom.google.gson.JsonDeserializer<ServerImageState>- Throws:
 com.google.gson.JsonParseException
 
 -