Class BinaryConverter


  • public abstract class BinaryConverter
    extends java.lang.Object
    • Constructor Detail

      • BinaryConverter

        public BinaryConverter()
    • Method Detail

      • registerDefault

        static <T> void registerDefault​(DslJson<T> json)
      • deserialize

        public static byte[] deserialize​(JsonReader reader)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • deserializeCollection

        public static java.util.ArrayList<byte[]> deserializeCollection​(JsonReader reader)
                                                                 throws java.io.IOException
        Throws:
        java.io.IOException
      • deserializeCollection

        public static void deserializeCollection​(JsonReader reader,
                                                 java.util.Collection<byte[]> res)
                                          throws java.io.IOException
        Throws:
        java.io.IOException
      • deserializeNullableCollection

        public static java.util.ArrayList<byte[]> deserializeNullableCollection​(JsonReader reader)
                                                                         throws java.io.IOException
        Throws:
        java.io.IOException
      • deserializeNullableCollection

        public static void deserializeNullableCollection​(JsonReader reader,
                                                         java.util.Collection<byte[]> res)
                                                  throws java.io.IOException
        Throws:
        java.io.IOException