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