public class SpeechTimestampTypeAdapter extends com.google.gson.TypeAdapter<SpeechTimestamp>
Constructor and Description |
---|
SpeechTimestampTypeAdapter() |
Modifier and Type | Method and Description |
---|---|
SpeechTimestamp |
read(com.google.gson.stream.JsonReader reader) |
void |
write(com.google.gson.stream.JsonWriter writer,
SpeechTimestamp speechTimestamp) |
public SpeechTimestamp read(com.google.gson.stream.JsonReader reader) throws java.io.IOException
read
in class com.google.gson.TypeAdapter<SpeechTimestamp>
java.io.IOException
public void write(com.google.gson.stream.JsonWriter writer, SpeechTimestamp speechTimestamp) throws java.io.IOException
write
in class com.google.gson.TypeAdapter<SpeechTimestamp>
java.io.IOException