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