Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
序列化结构列表并将结果放入数据表有什么问题吗?DataTable 最终将被转换为 XML 并用于存储。DataTable 是遗留的,不能用其他东西代替。
据我所知,它没有任何问题。我无法通过 MSDN 或其他地方找到任何大小限制。但是,根据列表和结构的大小,您可能希望将它的每个对象写入流,这样您就不必在内存中一次处理整个事情。