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