org.jclouds.json.config
Class GsonModule.ByteArrayAdapter

java.lang.Object
  extended by com.google.gson.TypeAdapter<byte[]>
      extended by org.jclouds.json.config.GsonModule.ByteArrayAdapter
Direct Known Subclasses:
GsonModule.HexByteArrayAdapter
Enclosing class:
GsonModule

public abstract static class GsonModule.ByteArrayAdapter
extends com.google.gson.TypeAdapter<byte[]>


Constructor Summary
GsonModule.ByteArrayAdapter()
           
 
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.ByteArrayAdapter

public GsonModule.ByteArrayAdapter()


Copyright © 2009-2013 jclouds. All Rights Reserved.