|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gson.TypeAdapter<byte[]>
com.ecwid.consul.json.Base64TypeAdapter
public class Base64TypeAdapter
| Constructor Summary | |
|---|---|
Base64TypeAdapter()
|
|
| Method Summary | |
|---|---|
byte[] |
read(com.google.gson.stream.JsonReader in)
|
void |
write(com.google.gson.stream.JsonWriter out,
byte[] value)
|
| Methods inherited from class com.google.gson.TypeAdapter |
|---|
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Base64TypeAdapter()
| Method Detail |
|---|
public void write(com.google.gson.stream.JsonWriter out,
byte[] value)
throws java.io.IOException
write in class com.google.gson.TypeAdapter<byte[]>java.io.IOException
public byte[] read(com.google.gson.stream.JsonReader in)
throws java.io.IOException
read in class com.google.gson.TypeAdapter<byte[]>java.io.IOException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||