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