Class Event.BrowserEnum.Adapter
- java.lang.Object
-
- com.google.gson.TypeAdapter<Event.BrowserEnum>
-
- de.tsystems.mms.apm.performancesignature.dynatracesaas.rest.model.Event.BrowserEnum.Adapter
-
- Enclosing class:
- Event.BrowserEnum
public static class Event.BrowserEnum.Adapter extends com.google.gson.TypeAdapter<Event.BrowserEnum>
-
-
Constructor Summary
Constructors Constructor Description Adapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Event.BrowserEnumread(com.google.gson.stream.JsonReader jsonReader)voidwrite(com.google.gson.stream.JsonWriter jsonWriter, Event.BrowserEnum enumeration)
-
-
-
Method Detail
-
write
public void write(com.google.gson.stream.JsonWriter jsonWriter, Event.BrowserEnum enumeration) throws IOException- Specified by:
writein classcom.google.gson.TypeAdapter<Event.BrowserEnum>- Throws:
IOException
-
read
public Event.BrowserEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
readin classcom.google.gson.TypeAdapter<Event.BrowserEnum>- Throws:
IOException
-
-