xml-serialization
Possible to serialize a collection that is part of an object
Im trying to store my data in an XML file using the XML Serialization. Question is, if my object has a collection member, can i serialize the collection as well?[详细]
2023-04-04 05:06 分类:问答C# Deserialize text in XML mixed content as custom object?
Is it possible to have an XML, one of which elements has mixed content, and deserialize the text in the mixed element as a custom object instead of as string?[详细]
2023-04-04 04:57 分类:问答Troubleshooting XmlSerializer.Deserialize()
How does one troubleshoot/debug deserialization with XmlSerializer, i.e. XmlSerializer.Deserialize()? Is there anyway to find o开发者_开发问答ut why an element in the document wasn\'t deserialized? Or[详细]
2023-04-03 20:35 分类:问答Improve DataTable.ReadXml Performance
I am writing a DataTable to xml with the DataTable.WriteXml()-method. This takes a few seconds, which I think is very good.[详细]
2023-04-03 17:02 分类:问答How to get values from enclosing elements in JAXB
I have the following XML structure: <PriceBook> <PriceList product=\"0D000000.007C.06\"> <Price .../>[详细]
2023-04-03 15:43 分类:问答How to programatically generate a serialization assembly or cs file like XmlSerializer would when using XmlAttributeOverrides?
I wan开发者_如何学运维t to generate a serialization assembly or .cs file to serialize my types using XmlAttributeOverrides, and then reference this assembly/.cs file in my project directly rather than[详细]
2023-04-03 15:11 分类:问答XML Serialization using DataContractSerializer and XmlSerializer
I have 2 service reference (WCF). the first visual studio generate code using DataContractSerializer the second one, visual studio generates code using XmlSerializer[详细]
2023-04-03 07:31 分类:问答Convert a LINQ List into XML in Asp.net MVC architecture
I have a list in LINQtoSQL and it has various relation in tables and now i want to convert this list into XML.[详细]
2023-04-03 05:51 分类:问答How to speed up start up performance of WCF client
I have implemented a simple standalone WCF service with a basicHttpBindi开发者_高级运维ng binding.[详细]
2023-04-03 04:45 分类:问答XML Serialization
I want to add multiple record one by one using XML serialization. I have three text boxes and a button which is used to get the data from the user and then serializae in XML file. However, when I add[详细]
2023-04-03 02:32 分类:问答