Class HelloResponse.GsonAdapter
- java.lang.Object
-
- com.inductiveautomation.perspective.gateway.messages.json.HelloResponse.GsonAdapter
-
- All Implemented Interfaces:
com.inductiveautomation.ignition.common.gson.JsonSerializer<HelloResponse>
- Enclosing class:
- HelloResponse
public static class HelloResponse.GsonAdapter extends java.lang.Object implements com.inductiveautomation.ignition.common.gson.JsonSerializer<HelloResponse>
-
-
Constructor Summary
Constructors Constructor Description GsonAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.inductiveautomation.ignition.common.gson.JsonElement
serialize(HelloResponse helloResponse, java.lang.reflect.Type type, com.inductiveautomation.ignition.common.gson.JsonSerializationContext jsonSerializationContext)
-
-
-
Method Detail
-
serialize
@Nonnull public com.inductiveautomation.ignition.common.gson.JsonElement serialize(HelloResponse helloResponse, java.lang.reflect.Type type, com.inductiveautomation.ignition.common.gson.JsonSerializationContext jsonSerializationContext)
- Specified by:
serialize
in interfacecom.inductiveautomation.ignition.common.gson.JsonSerializer<HelloResponse>
-
-