CurtHagenlocher opened a new issue, #186: URL: https://github.com/apache/arrow-dotnet/issues/186
### Describe the enhancement requested Arrow seems like a great system for working with data _once you already have some Arrow-format data to work with,_ but trying to reach that point seems needlessly complicated. For a system dedicated to batch processing of data, you'd expect that one of the most fundamental operations would be to take a list of POCO data objects and serialize it to a `Table`. But if there's any serializer in the `Apache.Arrow` library, or even any helpers that would be useful for building one, I can't find them anywhere. What's the recommended way to serialize a list of objects to a `Table`? Moved from [https://github.com/apache/arrow/issues/40302](https://github.com/apache/arrow/issues/40302). -- 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]
