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