cmettler opened a new pull request, #284: URL: https://github.com/apache/arrow-dotnet/pull/284
Resolves [#186.](https://github.com/apache/arrow-dotnet/issues/186#issue-3639706677) I needed Arrow POCO serialization for an internal cross-language interop project (C# ↔ vgi-rpc-python). I took inspiration from `System.Text.Json`'s source generator and `MessagePack-CSharp`'s attribute model, iterated on it with Claude as a coding assistant, and arrived at this implementation. Figured it might be useful upstream — please take a look and let me know what you think. See README.md for full documentation and examples. -- 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]
