pub fn read_array<S: Read, T: BinaryEncoder<T>>(
stream: &mut S,
decoding_options: &DecodingOptions,
) -> EncodingResult<Option<Vec<T>>>Expand description
Reads an array of the encoded type from a stream, preserving distinction between null array and empty array