public class JSONWriter.PixelSetAdapter extends com.google.gson.TypeAdapter<PixelSet>
Constructor and Description |
---|
PixelSetAdapter() |
Modifier and Type | Method and Description |
---|---|
PixelSet |
read(com.google.gson.stream.JsonReader jsonReader) |
void |
write(com.google.gson.stream.JsonWriter jsonWriter,
PixelSet pixelSet) |
public void write(com.google.gson.stream.JsonWriter jsonWriter, PixelSet pixelSet) throws IOException
write
in class com.google.gson.TypeAdapter<PixelSet>
IOException
public PixelSet read(com.google.gson.stream.JsonReader jsonReader) throws IOException
read
in class com.google.gson.TypeAdapter<PixelSet>
IOException
Copyright © 2019. All rights reserved.