public class UUIDTypeAdapter extends com.google.gson.TypeAdapter<UUID>
| Constructor and Description |
|---|
UUIDTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
UUID |
read(com.google.gson.stream.JsonReader in)
For internal use only by data model classes
|
void |
write(com.google.gson.stream.JsonWriter out,
UUID entityValue) |
public UUID read(com.google.gson.stream.JsonReader in) throws IOException
read in class com.google.gson.TypeAdapter<UUID>IOExceptionpublic void write(com.google.gson.stream.JsonWriter out,
UUID entityValue)
throws IOException
write in class com.google.gson.TypeAdapter<UUID>IOExceptionCopyright © 2020 SAP. All Rights Reserved.