public class SqlCompositionSerializer extends com.google.gson.TypeAdapter<RestSqlComposition>
Constructor and Description |
---|
SqlCompositionSerializer() |
Modifier and Type | Method and Description |
---|---|
RestSqlComposition |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
RestSqlComposition restSqlComposition) |
public void write(com.google.gson.stream.JsonWriter out, RestSqlComposition restSqlComposition) throws IOException
write
in class com.google.gson.TypeAdapter<RestSqlComposition>
IOException
public RestSqlComposition read(com.google.gson.stream.JsonReader in) throws IOException
read
in class com.google.gson.TypeAdapter<RestSqlComposition>
IOException
Copyright © 2013–2019. All rights reserved.