public class TxIDJsonAdapter extends com.google.gson.TypeAdapter<TxID>
| Constructor and Description |
|---|
TxIDJsonAdapter() |
| Modifier and Type | Method and Description |
|---|---|
TxID |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
TxID txid) |
public void write(com.google.gson.stream.JsonWriter out,
TxID txid)
throws IOException
write in class com.google.gson.TypeAdapter<TxID>IOExceptionpublic TxID read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<TxID>IOExceptionCopyright © 2018. All rights reserved.