alamb commented on issue #3419: URL: https://github.com/apache/arrow-rs/issues/3419#issuecomment-1368448712
I think adding `Serialize` and `Deserialize` would be just fine, though perhaps we could do it as a follow on PR? I think it would simply require adding ``` #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))] ``` To each of the builders -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
