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 java.util.ArrayList<byte[]> |
deserializeNullableCollection(JsonReader reader) |
static void |
serialize(byte[] value,
java.io.Writer sw) |
public static void serialize(byte[] value,
java.io.Writer sw)
throws java.io.IOException
java.io.IOExceptionpublic 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 java.util.ArrayList<byte[]> deserializeNullableCollection(JsonReader reader) throws java.io.IOException
java.io.IOException