Class BaseCalculationType.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<BaseCalculationType>
-
- br.com.senior.hcm.dependent.pojos.BaseCalculationType.Adapter
-
- Enclosing class:
- BaseCalculationType
public static class BaseCalculationType.Adapter extends com.google.gson.TypeAdapter<BaseCalculationType>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BaseCalculationTyperead(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, BaseCalculationType enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, BaseCalculationType enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<BaseCalculationType>- Throws:
IOException
-
read
public BaseCalculationType read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<BaseCalculationType>- Throws:
IOException
-
-