public class Sha256StringAdaptor extends com.google.gson.TypeAdapter<String>
| Constructor and Description |
|---|
Sha256StringAdaptor() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
getFieldName(com.google.gson.stream.JsonWriter writer) |
String |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter writer,
String input) |
public String read(com.google.gson.stream.JsonReader reader) throws IOException
read in class com.google.gson.TypeAdapter<String>IOExceptionpublic void write(com.google.gson.stream.JsonWriter writer,
String input)
throws IOException
write in class com.google.gson.TypeAdapter<String>IOExceptionprotected String getFieldName(com.google.gson.stream.JsonWriter writer) throws NoSuchFieldException, IllegalAccessException
Copyright © 2020. All rights reserved.