xmlserializer
Serializing a simple array with XmlSerializer
Its late and fully possible I\'m missing something obvious but what is it? I\'m trying to create a backing property which reveals an int array as serialized (which is then used to build up a Queue).[详细]
2023-03-25 12:34 分类:问答XmlSerializer crashing only when "Start without debugging", but not "Step Into"
So as the title says, I\'m having an issue with XmlSerializer.If I run \"Step Into\" it runs fine, and saves as it should.But if I \"Start without debugging\" it runs until the line[详细]
2023-03-25 01:15 分类:问答svcutil WCF proxy class submits incorrect SOAP action on request
I am using C# / WCF (.NET 3.5 SP1) and trying to access a SOAP service hosted through Apache / PHP.The WSDL was generated first and then the service was built to conform to the WSDL.I am trying to use[详细]
2023-03-23 07:30 分类:问答XmlSerializer. Skip xml unknown node
I have a problem with deserialization of my xml files. Let\'s pretend that we have a xml file and a class that we are using for deserialization to.[详细]
2023-03-23 03:00 分类:问答deserialized Entity Framework objects creating duplicate records in my database
I have some .NET 4 entity framework objects that I get from the DB, then I serialize them to XML.Then I quit the WPF app (clear out the memory).Then I restart the WPF app and I read them (deserialize)[详细]
2023-03-22 22:46 分类:问答InvalidCastException thrown after install on new machine
I\'ve been using Visual Studio 2010, C#. I\'ve been working on this program for almost a year now.In it, I\'m using information stored in separate XML files to build images.This process has worked fo[详细]
2023-03-22 11:20 分类:问答Is the order of items in a List preserved when deserialing from xml string using XmlSerializer?
I am using XmlSerializer to deserialize an XML string into a Generic List. The des开发者_C百科erialization works fine. However, I just want to make sure if the order of the items in the XML string wil[详细]
2023-03-20 19:47 分类:问答How to restrict a collection to store only specific types of objects?
I have a property in the class which is used as a reply type of the operation contract in WCf servi开发者_Go百科ce which communicates to the legacy ASMX clients.[详细]
2023-03-20 03:57 分类:问答How to ignore the property of the base class in the derived class while using the XmlSerializer?
I have a class like this: [Serializable] public class Structure { #region Constants and Fields /// <summary>[详细]
2023-03-19 11:10 分类:问答XML Serialization of an ENUM is empty
This is the Enum generated by the XSD开发者_C百科 [System.CodeDom.Compiler.GeneratedCodeAttribute(\"xsd\", \"2.0.50727.42\")][详细]
2023-03-17 15:56 分类:问答