public class GherkinModelSerializer extends com.google.gson.TypeAdapter<IGherkinFormatterModel>
| Constructor and Description |
|---|
GherkinModelSerializer() |
| Modifier and Type | Method and Description |
|---|---|
IGherkinFormatterModel |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
IGherkinFormatterModel value) |
public void write(com.google.gson.stream.JsonWriter out,
IGherkinFormatterModel value)
throws java.io.IOException
write in class com.google.gson.TypeAdapter<IGherkinFormatterModel>java.io.IOExceptionpublic IGherkinFormatterModel read(com.google.gson.stream.JsonReader in) throws java.io.IOException
read in class com.google.gson.TypeAdapter<IGherkinFormatterModel>java.io.IOExceptionCopyright © 2020. All Rights Reserved.