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.BrowserEnum
read(com.google.gson.stream.JsonReader jsonReader)
void
write(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:
write
in classcom.google.gson.TypeAdapter<Event.BrowserEnum>
- Throws:
IOException
-
read
public Event.BrowserEnum read(com.google.gson.stream.JsonReader jsonReader) throws IOException
- Specified by:
read
in classcom.google.gson.TypeAdapter<Event.BrowserEnum>
- Throws:
IOException
-
-