XmlArrayAttribute 和 XmlArrayItemAttribute 之间有什么区别?

发布于 2024-09-15 19:01:26 字数 74 浏览 4 评论 0原文

XmlArrayAttribute 和 XmlArrayItemAttribute 之间有什么区别?请解释双方(即序列化和反序列化)。

What is the difference between XmlArrayAttribute and XmlArrayItemAttribute? Please explain both sides (i.e. serialzing and deserialzing).

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

爱格式化 2024-09-22 19:01:26

简短的回答 - 使用 XmlArrayAttribute 您可以更改整个集合的序列化方式(例如,将包含条目的 xml 标记的名称是什么),并且使用 XmlArrayItemAttribute 您可以控制每个项目。非常好的例子在这里: http://msdn.microsoft.com/en-us /library/2baksw0z.aspx

A short answer - with the XmlArrayAttribute you change how the whole collection is serialized (so e.g. what is the name of the xml tag that will contain the entries), and with XmlArrayItemAttribute you control every item. Really good examples are here: http://msdn.microsoft.com/en-us/library/2baksw0z.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文