Domande taggate «xmlserializer»

5
Utilizzare l'attributo XmlInclude o SoapInclude per specificare i tipi che non sono noti staticamente
Ho un problema molto strano quando lavoro con .NET XmlSerializer. Prendi le seguenti classi di esempio: public class Order { public PaymentCollection Payments { get; set; } //everything else is serializable (including other collections of non-abstract types) } public class PaymentCollection : Collection<Payment> { } public abstract class Payment { …
97 c#  .net  xml  xmlserializer 
Utilizzando il nostro sito, riconosci di aver letto e compreso le nostre Informativa sui cookie e Informativa sulla privacy.
Licensed under cc by-sa 3.0 with attribution required.