pub fn read_bool<T: Clone>( bytes: &[u8], config: &mut SerializerConfig<T>, ) -> Result<bool, DeserializationError>