public final class ByteStrings.Base64ByteStringAdapter extends JsonAdapter<okio.ByteString>
JsonAdapter.Factory| Constructor and Description |
|---|
Base64ByteStringAdapter() |
| Modifier and Type | Method and Description |
|---|---|
okio.ByteString |
fromJson(JsonReader reader) |
void |
toJson(JsonWriter writer,
okio.ByteString value) |
failOnUnknown, fromJson, fromJson, fromJsonValue, indent, lenient, nonNull, nullSafe, serializeNulls, toJson, toJson, toJsonValuepublic okio.ByteString fromJson(JsonReader reader) throws java.io.IOException
fromJson in class JsonAdapter<okio.ByteString>java.io.IOExceptionpublic void toJson(JsonWriter writer, okio.ByteString value) throws java.io.IOException
toJson in class JsonAdapter<okio.ByteString>java.io.IOExceptionCopyright © 2019. All Rights Reserved.