How can I use XmlSerializer.Deserialize (in C#) to deserialize to a Dictionary instead of List?

前端 未结 0 456
难免孤独
难免孤独 2020-12-16 01:55

Given the following (working code, stripped down for this question):

[XmlRoot( ... )]
public class Document
{
    [XmlA         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题