Package org.openapitools.client
Class JSON.ByteArrayAdapter
java.lang.Object
com.google.gson.TypeAdapter<byte[]>
org.openapitools.client.JSON.ByteArrayAdapter
- Enclosing class:
- JSON
public static class JSON.ByteArrayAdapter
extends com.google.gson.TypeAdapter<byte[]>
Gson TypeAdapter for Byte Array type
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.google.gson.TypeAdapter
fromJson, fromJson, fromJsonTree, nullSafe, toJson, toJson, toJsonTree
-
Constructor Details
-
ByteArrayAdapter
public ByteArrayAdapter()
-
-
Method Details
-
write
- Specified by:
write
in classcom.google.gson.TypeAdapter<byte[]>
- Throws:
IOException
-
read
- Specified by:
read
in classcom.google.gson.TypeAdapter<byte[]>
- Throws:
IOException
-