org.jclouds.json.config
Class GsonModule.ByteListAdapter

java.lang.Object
  extended by com.google.gson.TypeAdapter<List<Byte>>
      extended by org.jclouds.json.config.GsonModule.ByteListAdapter
Direct Known Subclasses:
GsonModule.HexByteListAdapter
Enclosing class:
GsonModule

public abstract static class GsonModule.ByteListAdapter
extends com.google.gson.TypeAdapter<List<Byte>>


Constructor Summary
GsonModule.ByteListAdapter()
           
 
Method Summary
 
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, read, toJson, toJson, toJsonTree, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GsonModule.ByteListAdapter

public GsonModule.ByteListAdapter()


Copyright © 2009-2013 jclouds. All Rights Reserved.