Package sh.ory
Class JSON.ByteArrayAdapter
java.lang.Object
com.google.gson.TypeAdapter<byte[]>
sh.ory.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 Constructor Description ByteArrayAdapter()
-
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
-