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

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

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


Constructor Summary
CustomDeserializers.JobStateAdapter()
           
 
Method Summary
 JobState 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.JobStateAdapter

public CustomDeserializers.JobStateAdapter()
Method Detail

deserialize

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


Copyright © 2009-2010 jclouds. All Rights Reserved.