Class StaleFlagReminderScope.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<StaleFlagReminderScope>
-
- com.configcat.publicapi.java.client.model.StaleFlagReminderScope.Adapter
-
- Enclosing class:
- StaleFlagReminderScope
public static class StaleFlagReminderScope.Adapter extends com.google.gson.TypeAdapter<StaleFlagReminderScope>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StaleFlagReminderScoperead(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, StaleFlagReminderScope enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, StaleFlagReminderScope enumeration) throws java.io.IOException- Specified by:
writein classcom.google.gson.TypeAdapter<StaleFlagReminderScope>- Throws:
java.io.IOException
-
read
public StaleFlagReminderScope read(com.google.gson.stream.JsonReader jsonReader) throws java.io.IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<StaleFlagReminderScope>- Throws:
java.io.IOException
-
-