public interface JsonSerializable
| Modifier and Type | Method and Description |
|---|---|
void |
serialize(JsonTelemetryDataSerializer serializer)
Writes JSON representation of the object to the specified writer.
|
void serialize(JsonTelemetryDataSerializer serializer) throws java.io.IOException
serializer - The JsonTelemetryDataSerializer that is used to serialized to JSON formatjava.io.IOException - The exception that might be thrown during serialization.