read_string

Function read_string 

Source
pub fn read_string(
    bytes: &[u8],
    size_key: Option<&str>,
    config: &mut SerializerConfig,
) -> Result<String, DeserializationError>