Package org.openapitools.client
Class JSON.ByteArrayAdapter
- java.lang.Object
-
- TypeAdapter<<any>>
-
- org.openapitools.client.JSON.ByteArrayAdapter
-
- Enclosing class:
- JSON
public class JSON.ByteArrayAdapter extends TypeAdapter<<any>>Gson TypeAdapter for Byte Array type
-
-
Constructor Summary
Constructors Constructor Description ByteArrayAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]read(JsonReader in)voidwrite(JsonWriter out, byte[] value)
-
-
-
Method Detail
-
write
public void write(JsonWriter out, byte[] value) throws IOException- Throws:
IOException
-
read
public byte[] read(JsonReader in) throws IOException- Throws:
IOException
-
-