public class ThrowableTypeAdapter extends com.google.gson.TypeAdapter<Throwable>
| Constructor and Description |
|---|
ThrowableTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
Throwable |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter out,
Throwable value) |
public Throwable read(com.google.gson.stream.JsonReader reader) throws IOException
read in class com.google.gson.TypeAdapter<Throwable>IOExceptionpublic void write(com.google.gson.stream.JsonWriter out,
Throwable value)
throws IOException
write in class com.google.gson.TypeAdapter<Throwable>IOExceptionCopyright © 2024 Atlassian. All rights reserved.