Class MarkTimingTypeAdapter
java.lang.Object
com.google.gson.TypeAdapter<MarkTiming>
com.ibm.watson.text_to_speech.v1.util.MarkTimingTypeAdapter
public class MarkTimingTypeAdapter extends com.google.gson.TypeAdapter<MarkTiming>
-
Constructor Summary
Constructors Constructor Description MarkTimingTypeAdapter() -
Method Summary
Modifier and Type Method Description MarkTimingread(com.google.gson.stream.JsonReader in)voidwrite(com.google.gson.stream.JsonWriter out, MarkTiming markTiming)Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
MarkTimingTypeAdapter
public MarkTimingTypeAdapter()
-
-
Method Details
-
read
- Specified by:
readin classcom.google.gson.TypeAdapter<MarkTiming>- Throws:
IOException
-
write
- Specified by:
writein classcom.google.gson.TypeAdapter<MarkTiming>- Throws:
IOException
-