xmlserializer
LINQ to XML XElement Node
I am creating a XML file using LinqXML. string value = \"Steet,<BR> </BR> City\"开发者_StackOverflow中文版;[详细]
2023-02-07 16:10 分类:问答Issue using XMLSerializer to Serialize and Deserialize
I am working on C# sockets and using XMLSerializer to send and receive data. The XML data are sent from a server to a client over a network connection using TCP/IP protocol. The XML.Serializer.Serial[详细]
2023-02-05 13:37 分类:问答XmlSerializer and IEnumerable: Serialization possible w/o parameterless constructor: Bug?
In our project we extensivly use the XmlSerializer. By chance I found a class w/o a parameterless contructor. I thought this must break the serialization process but it did not.[详细]
2023-02-05 12:50 分类:问答What is the KnownType attribute analog for XML Serialization?
Are there any analogs of KnownTypeAttribute but for XmlSerializerClass? How I can configure known types for asmx web services?[详细]
2023-02-04 19:57 分类:问答Performance: XmlSerializer vs XmlReader vs XmlDocument vs XDocument
I\'m working on a little web project and would开发者_如何学编程 like to read/write to an XML file. Performance is my first priority.[详细]
2023-02-01 03:00 分类:问答XmlSerializer, deserializing time only into DateTime type
My WCF uses XmlSerializer to serialize and deserialize fairly complex objects.Problem is, the corresponding XML payload value of one of the DateTime开发者_Go百科 properties could be specified as eithe[详细]
2023-01-30 03:47 分类:问答Initializing collection while creating object from XMLSerializer
I\'m usin开发者_JAVA技巧g the WCF DataContractSerializer to serialize and deserialize a large object graph in my application. My problem is that if I have a collection that is initialized on the field[详细]
2023-01-29 12:47 分类:问答XML Serialization: How to distinguish classes that use the same element name but have a different value in an attribute?
The title may be long, let me explain what I mean. I won\'t give you the actual XML that I need to work with, but I\'ll give one that demonstrates开发者_如何学C the issue I\'m facing.[详细]
2023-01-29 07:43 分类:问答XmlSerializer and XmlArrayItem
The Xml looks like the following: <Publisher sequence=\"1\" primaryIndicator=\"Yes\"> <PublisherID idType=\"Shortname\">ysc</PublisherID>[详细]
2023-01-28 05:11 分类:问答How can I "include" one XML file into another XML file?
I have a XML schema like: <?xml version=\"1.0\" encoding=\"utf-8\"?> <xs:schema id=\"MySchema\"[详细]
2023-01-28 03:22 分类:问答