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