public abstract class BinaryConverter extends Object
| Constructor and Description |
|---|
BinaryConverter() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
deserialize(JsonReader reader) |
static ArrayList<byte[]> |
deserializeCollection(JsonReader reader) |
static void |
deserializeCollection(JsonReader reader,
Collection<byte[]> res) |
static ArrayList<byte[]> |
deserializeNullableCollection(JsonReader reader) |
static void |
deserializeNullableCollection(JsonReader reader,
Collection<byte[]> res) |
static void |
serialize(byte[] value,
JsonWriter sw) |
public static void serialize(@Nullable byte[] value, JsonWriter sw)
public static byte[] deserialize(JsonReader reader) throws IOException
IOExceptionpublic static ArrayList<byte[]> deserializeCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeCollection(JsonReader reader, Collection<byte[]> res) throws IOException
IOExceptionpublic static ArrayList<byte[]> deserializeNullableCollection(JsonReader reader) throws IOException
IOExceptionpublic static void deserializeNullableCollection(JsonReader reader, Collection<byte[]> res) throws IOException
IOExceptionCopyright © 2023. All rights reserved.