decoding file 'bool_array.ser' ...
  [| false; true; true; false; true; false; |]
decoding file 'byte_array.ser' ...
  [| 24; -98; 23; 1; -1; 0; |]
decoding file 'char_array.ser' ...
  [| 67; 69; |]
decoding file 'double_array.ser' ...
  [| 0.; 3.14; -1.; |]
decoding file 'float_array.ser' ...
  [| 0.; 3.1400001049; -1.; |]
decoding file 'int_array.ser' ...
  [| 24; -98; 23; 1; -1; 0; |]
decoding file 'long_array.ser' ...
  [| 24; -98; 23; 1; -1; 0; |]
decoding file 'short_array.ser' ...
  [| 24; -98; 23; 1; -1; 0; |]
decoding file 'string_array.ser' ...
  [| abc; def; zzz; ghi; jkl; zzz; |]
decoding file 'bool2_array.ser' ...
  [| false; true; true; |]
  [| false; true; false; |]
decoding file 'byte2_array.ser' ...
  [| 24; -98; 23; |]
  [| 1; -1; 0; |]
decoding file 'char2_array.ser' ...
  [| 67; |]
  [| 69; |]
decoding file 'double2_array.ser' ...
  [| 0.; 3.14; |]
  [| -1.; |]
decoding file 'float2_array.ser' ...
  [| 0.; 3.1400001049; |]
  [| -1.; |]
decoding file 'int2_array.ser' ...
  [| 24; -98; 23; |]
  [| 1; -1; 0; |]
decoding file 'long2_array.ser' ...
  [| 24; -98; 23; |]
  [| 1; -1; 0; |]
decoding file 'short2_array.ser' ...
  [| 24; -98; 23; |]
  [| 1; -1; 0; |]
decoding file 'string2_array.ser' ...
  [| abc; def; zzz; |]
  [| ghi; jkl; zzz; |]
