com.dslplatform.json
Class BinaryConverter
java.lang.Object
com.dslplatform.json.BinaryConverter
public abstract class BinaryConverter
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BinaryConverter
public BinaryConverter()
serialize
public static void serialize(@Nullable
byte[] value,
JsonWriter sw)
deserialize
public static byte[] deserialize(JsonReader reader)
throws IOException
- Throws:
IOException
deserializeCollection
public static ArrayList<byte[]> deserializeCollection(JsonReader reader)
throws IOException
- Throws:
IOException
deserializeCollection
public static void deserializeCollection(JsonReader reader,
Collection<byte[]> res)
throws IOException
- Throws:
IOException
deserializeNullableCollection
public static ArrayList<byte[]> deserializeNullableCollection(JsonReader reader)
throws IOException
- Throws:
IOException
deserializeNullableCollection
public static void deserializeNullableCollection(JsonReader reader,
Collection<byte[]> res)
throws IOException
- Throws:
IOException
Copyright © 2019. All rights reserved.