简体   繁体   中英

Serialization Attributes in C#

Which of the following are valid XML Serialization Attributes in C#:

  1. XMLAttribute
  2. XMLElement
  3. XMLElementName
  4. XMLRootElement

Please see: https://msdn.microsoft.com/en-us/library/83y7df3e(v=vs.110).aspx

1 and 2 are the only valid attributes that you listed.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM