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.
我有一个需要序列化为对象的自定义 XML 格式。 我只需要序列化某些标签并忽略其余的。 我的印象是我需要编写自己的归档类,但没有说明如何完成的文档。 我不需要保存任何东西,只需加载对象的初始状态。 有人给我指点吗?