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

java.lang.Object
  extended by org.jclouds.gogrid.functions.internal.CustomDeserializers.JobStateAdapter
All Implemented Interfaces:
com.google.gson.JsonDeserializer<JobState>
Enclosing class:
CustomDeserializers

public static class CustomDeserializers.JobStateAdapter
extends Object
implements com.google.gson.JsonDeserializer<JobState>


Constructor Summary
CustomDeserializers.JobStateAdapter()
           
 
Method Summary
 JobState deserialize(com.google.gson.JsonElement jsonElement, Type type, com.google.gson.JsonDeserializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CustomDeserializers.JobStateAdapter

public CustomDeserializers.JobStateAdapter()
Method Detail

deserialize

public JobState deserialize(com.google.gson.JsonElement jsonElement,
                            Type type,
                            com.google.gson.JsonDeserializationContext context)
                     throws com.google.gson.JsonParseException
Specified by:
deserialize in interface com.google.gson.JsonDeserializer<JobState>
Throws:
com.google.gson.JsonParseException


Copyright © 2009-2012 jclouds. All Rights Reserved.