public interface FormatConverter<T> extends JsonWriter.WriteObject<T>, JsonReader.ReadObject<T>
| Modifier and Type | Method and Description |
|---|---|
T |
readContent(JsonReader reader) |
void |
writeContentFull(JsonWriter writer,
T instance) |
boolean |
writeContentMinimal(JsonWriter writer,
T instance) |
writeread@Nullable T readContent(JsonReader reader) throws IOException
IOExceptionboolean writeContentMinimal(JsonWriter writer, @Nullable T instance)
void writeContentFull(JsonWriter writer, @Nullable T instance)
Copyright © 2023. All rights reserved.