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