2
A
回答
7
你需要序列化的結構,有些選項包括
我使用Boost.Serialization與Boost.Asio的時候回答了類似的問題, here is one這可能對你有用。
相關問題
- 1. 的boost :: ASIO :: ASYNC_WRITE()與升壓:: ASIO ::寫()
- 2. Boost ASIO async_write「Vector iterator not derefereenable」
- 3. 當我使用boost :: asio :: async_write發送一些大數據時,使用boost :: asio :: async_write
- 4. 的boost :: ASIO ::從外部類ASYNC_WRITE
- 5. boost :: buffer :: async_write
- 6. Boost asio :: async_write發送數千個小包
- 7. boost :: asio :: async_write沒有完成其任務
- 8. 爲什麼boost :: asio :: async_write導致崩潰?
- 9. boost asio async_write:如何不交錯async_write調用?
- 10. 加速ASIO async_read(ASYNC_WRITE)包裝
- 11. C++的boost :: ASIO ::緩衝和結構
- 12. 的boost ::通過串行通道ASIO :: ASYNC_WRITE問題
- 13. boost :: asio :: async_write,寫入大於65536字節的數據
- 14. asio程序退出befor完成async_write
- 15. 的boost ::支持ASIO ::寫UNICODE
- 16. 結構複雜
- 17. 用Async_read和async_write Boost ASIO TCP很難理解幾個概念
- 18. 如何正確使用boost const_buffers矢量的boost async_write?
- 19. boost :: asio全雙工連接
- 20. async_write - boost。它是否複製緩衝區?
- 21. boost :: asio socket async_ * strand
- 22. boost :: asio :: async_read和boost :: asio :: streambuf
- 23. boost :: async_write跳過部分字符串
- 24. AutoMapping複雜結構
- 25. pycparser.plyparser.ParseError複雜結構
- 26. boost boost :: asio
- 27. 內存碎片@ boost :: asio?
- 28. boost :: async_write大文件和內存消耗
- 29. 提升async_write問題
- 30. Struts2的 - 從結構複雜
該鏈接是有幫助的。謝謝。 – Andrew 2011-04-08 19:52:01
雖然有一個問題,它展示瞭如何使用序列化文本,我如何使用它來轉換爲二進制文件? – Andrew 2011-04-08 20:13:20
@Andrew使用'boost :: archive :: binary_oarchive'而不是'boost :: archive :: text_oarchive'。 – 2011-04-08 20:21:54