public class BoundingBoxTypeAdapter extends com.google.gson.TypeAdapter<BoundingBox>
| Constructor and Description |
|---|
BoundingBoxTypeAdapter() |
| Modifier and Type | Method and Description |
|---|---|
BoundingBox |
read(com.google.gson.stream.JsonReader in) |
void |
write(com.google.gson.stream.JsonWriter out,
BoundingBox value) |
public void write(com.google.gson.stream.JsonWriter out,
BoundingBox value)
throws java.io.IOException
write in class com.google.gson.TypeAdapter<BoundingBox>java.io.IOExceptionpublic BoundingBox read(com.google.gson.stream.JsonReader in) throws java.io.IOException
read in class com.google.gson.TypeAdapter<BoundingBox>java.io.IOException