Class ByteArrayToObjectConverter

    • Constructor Detail

      • ByteArrayToObjectConverter

        public ByteArrayToObjectConverter()
    • Method Detail

      • convert

        public java.io.Serializable convert​(byte[] source)
        Description copied from interface: Converter
        Convert the source-typed value to the target-typed value
        Specified by:
        convert in interface Converter<byte[],​java.lang.Object>
        Parameters:
        source - the source-typed value
        Returns:
        the target-typed value