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 IOException
read in class com.google.gson.TypeAdapter<SpeechTimestamp>IOExceptionpublic void write(com.google.gson.stream.JsonWriter writer,
SpeechTimestamp speechTimestamp)
throws IOException
write in class com.google.gson.TypeAdapter<SpeechTimestamp>IOExceptionCopyright © 2015–2016. All rights reserved.