public static class DeliveryDTO.CarrierEnum.Adapter extends com.google.gson.TypeAdapter<DeliveryDTO.CarrierEnum>
| Constructor and Description |
|---|
Adapter() |
| Modifier and Type | Method and Description |
|---|---|
DeliveryDTO.CarrierEnum |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
DeliveryDTO.CarrierEnum enumeration) |
public void write(com.google.gson.stream.JsonWriter jsonWriter,
DeliveryDTO.CarrierEnum enumeration)
throws IOException
write in class com.google.gson.TypeAdapter<DeliveryDTO.CarrierEnum>IOExceptionpublic DeliveryDTO.CarrierEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read in class com.google.gson.TypeAdapter<DeliveryDTO.CarrierEnum>IOExceptionCopyright © 2018. All rights reserved.