org.jclouds.gogrid.config
Class DateSecondsAdapter

java.lang.Object
  extended by org.jclouds.gogrid.config.DateSecondsAdapter
All Implemented Interfaces:
com.google.gson.JsonDeserializer<Date>, com.google.gson.JsonSerializer<Date>, GsonModule.DateAdapter

@Singleton
public class DateSecondsAdapter
extends Object
implements GsonModule.DateAdapter

Configures the GoGrid connection, including logging and http transport.

Author:
Adrian Cole, Oleksiy Yarmula

Constructor Summary
DateSecondsAdapter()
           
 
Method Summary
 Date deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context)
           
 com.google.gson.JsonElement serialize(Date src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateSecondsAdapter

public DateSecondsAdapter()
Method Detail

serialize

public com.google.gson.JsonElement serialize(Date src,
                                             Type typeOfSrc,
                                             com.google.gson.JsonSerializationContext context)
Specified by:
serialize in interface com.google.gson.JsonSerializer<Date>

deserialize

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


Copyright © 2009-2011 jclouds. All Rights Reserved.