org.jclouds.openstack.nova.v2_0.config
Class NovaParserModule.ServerWithSecurityGroupsAdapter

java.lang.Object
  extended by org.jclouds.openstack.nova.v2_0.config.NovaParserModule.ServerWithSecurityGroupsAdapter
All Implemented Interfaces:
com.google.gson.JsonDeserializer<ServerWithSecurityGroups>
Enclosing class:
NovaParserModule

@Singleton
public static class NovaParserModule.ServerWithSecurityGroupsAdapter
extends Object
implements com.google.gson.JsonDeserializer<ServerWithSecurityGroups>


Constructor Summary
NovaParserModule.ServerWithSecurityGroupsAdapter()
           
 
Method Summary
 ServerWithSecurityGroups 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

NovaParserModule.ServerWithSecurityGroupsAdapter

public NovaParserModule.ServerWithSecurityGroupsAdapter()
Method Detail

deserialize

public ServerWithSecurityGroups 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<ServerWithSecurityGroups>
Throws:
com.google.gson.JsonParseException


Copyright © 2009-2012 jclouds. All Rights Reserved.