pub fn to_vec<T>(value: &T, config: TextConfig) -> Result<Vec<u8>>where
    T: Serialize + ?Sized,