pub fn read_array<S, T>(
    stream: &mut S,
    decoding_options: &DecodingOptions
) -> Result<Option<Vec<T, Global>>, StatusCode> where
    S: Read,
    T: BinaryEncoder<T>, 
Expand description

Reads an array of the encoded type from a stream, preserving distinction between null array and empty array