public class BinaryConverter
extends java.lang.Object
| Constructor and Description |
|---|
BinaryConverter() |
| Modifier and Type | Method and Description |
|---|---|
static byte[] |
deserialize(JsonReader reader) |
static java.util.ArrayList<byte[]> |
deserializeCollection(JsonReader reader) |
static void |
deserializeCollection(JsonReader reader,
java.util.Collection<byte[]> res) |
static java.util.ArrayList<byte[]> |
deserializeNullableCollection(JsonReader reader) |
static void |
deserializeNullableCollection(JsonReader reader,
java.util.Collection<byte[]> res) |
static void |
serialize(byte[] value,
JsonWriter sw) |
public static void serialize(byte[] value,
JsonWriter sw)
public static byte[] deserialize(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static java.util.ArrayList<byte[]> deserializeCollection(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static void deserializeCollection(JsonReader reader, java.util.Collection<byte[]> res) throws java.io.IOException
java.io.IOExceptionpublic static java.util.ArrayList<byte[]> deserializeNullableCollection(JsonReader reader) throws java.io.IOException
java.io.IOExceptionpublic static void deserializeNullableCollection(JsonReader reader, java.util.Collection<byte[]> res) throws java.io.IOException
java.io.IOException