cmettler opened a new issue, #45769: URL: https://github.com/apache/arrow/issues/45769
### Describe the enhancement requested I am currently implementing a flight server based on the FlightAspServerExample sample and this python-based flight server https://github.com/quackscience/quackflight. The flight server is going to implement some custom actions needed for this duckdb extension https://github.com/Query-farm/duckdb-airport-extension. One action (create_table) returns a serialized FlightInfo embedded in a FlightResult. Currently there is no functionality in the C# FlightInfo to serialize a FlightInfo similar to pyarrow.flight.FlightInfo.serialize. ### Component(s) C# -- 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: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org