public class PortTelemetrySerializationAdapter extends Object implements com.google.gson.JsonSerializer<PortTelemetry>, com.google.gson.JsonDeserializer<PortTelemetry>
| Constructor and Description |
|---|
PortTelemetrySerializationAdapter() |
| Modifier and Type | Method and Description |
|---|---|
PortTelemetry |
deserialize(com.google.gson.JsonElement json,
Type typeOfT,
com.google.gson.JsonDeserializationContext context) |
com.google.gson.JsonElement |
serialize(PortTelemetry src,
Type typeOfSrc,
com.google.gson.JsonSerializationContext context) |
public PortTelemetry deserialize(com.google.gson.JsonElement json, Type typeOfT, com.google.gson.JsonDeserializationContext context) throws com.google.gson.JsonParseException
deserialize in interface com.google.gson.JsonDeserializer<PortTelemetry>com.google.gson.JsonParseExceptionpublic com.google.gson.JsonElement serialize(PortTelemetry src, Type typeOfSrc, com.google.gson.JsonSerializationContext context)
serialize in interface com.google.gson.JsonSerializer<PortTelemetry>Copyright © 2016. All rights reserved.