org.jclouds.json.config
Class GsonModule.SerializePropertiesDefaults
java.lang.Object
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>
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 |
GsonModule.SerializePropertiesDefaults
@Inject
public GsonModule.SerializePropertiesDefaults(Json json)
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.