pub fn get_read_size<'a, T: Clone, E: From<DeserializationError>>(
stream: &mut BitStreamReader<'_>,
size_key: Option<&str>,
config: &mut SerializerConfig<T>,
) -> Result<usize, E>pub fn get_read_size<'a, T: Clone, E: From<DeserializationError>>(
stream: &mut BitStreamReader<'_>,
size_key: Option<&str>,
config: &mut SerializerConfig<T>,
) -> Result<usize, E>