Class CustomDeserializers.JobStateAdapter
java.lang.Object
org.jclouds.gogrid.functions.internal.CustomDeserializers.JobStateAdapter
- All Implemented Interfaces:
 com.google.gson.JsonDeserializer<JobState>
- Enclosing class:
 CustomDeserializers
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiondeserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)  
- 
Constructor Details
- 
JobStateAdapter
public JobStateAdapter() 
 - 
 - 
Method Details
- 
deserialize
public JobState 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<JobState>- Throws:
 com.google.gson.JsonParseException
 
 -