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