org.jclouds.json.config
Class GsonModule.SerializePropertiesDefaults

java.lang.Object
  extended by org.jclouds.json.config.GsonModule.SerializePropertiesDefaults
All Implemented Interfaces:
com.google.gson.JsonSerializer<Properties>
Enclosing class:
GsonModule

@Singleton
public static class GsonModule.SerializePropertiesDefaults
extends Object
implements com.google.gson.JsonSerializer<Properties>


Constructor Summary
GsonModule.SerializePropertiesDefaults(Json json)
           
 
Method Summary
 com.google.gson.JsonElement serialize(Properties 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

GsonModule.SerializePropertiesDefaults

@Inject
public GsonModule.SerializePropertiesDefaults(Json json)
Method Detail

serialize

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


Copyright © 2009-2011 jclouds. All Rights Reserved.