@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>
IOException
public void write(@Nonnull com.google.gson.stream.JsonWriter out, @Nullable OffsetDateTime entityValue) throws IOException
write
in class com.google.gson.TypeAdapter<OffsetDateTime>
IOException
Copyright © 2021 SAP SE. All rights reserved.