@Beta public class OffsetDateTimeTypeAdapter extends com.google.gson.TypeAdapter<OffsetDateTime>
OffsetDateTime.| Constructor and Description |
|---|
OffsetDateTimeTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
OffsetDateTime |
read(com.google.gson.stream.JsonReader in)
For internal use only by data model classes
|
void |
write(com.google.gson.stream.JsonWriter out,
OffsetDateTime entityValue) |
@Nullable public OffsetDateTime read(@Nonnull com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<OffsetDateTime>IOExceptionpublic void write(@Nonnull com.google.gson.stream.JsonWriter out, @Nullable OffsetDateTime entityValue) throws IOException
write in class com.google.gson.TypeAdapter<OffsetDateTime>IOExceptionCopyright © 2021 SAP SE. All rights reserved.