I am trying to XML-serialize a nested class. Both classes have dictionaries which I am serializing using this li开发者_开发问答nk.
I try to investigate DeHL with Delphi 2010 custom attribute and I get problem. TAppParamTest = class public
Let\'s suppose I have xml like this one: <Server Active=\"No\"> <Url>http://some.url</Url>
My XmlFile looks like this: <?xml version=\"1.0\"?> <document-inquiry> <publication-reference data-format=\"docdb\" xmlns=\"http://www.epo.org/exchange\">
OK. I\'m trying to work on communicating with the Pivotal Tracker API, which only returns data in an XML format. I have the following XML that I\'m trying to deserialize into my domain model.
I am looking at the examples given at the XML_Serialize pear plugin manual. I can\'t figure out what the option \'addDecl\' does in this plugin.
i have a scenario where in i need to send an xml as a tag content in a SOAP request message to a webservice for example
I have a class I am using for serializing various configuration options for an application I am working on. I\'m adding a new property to the class that is a List, and I\'d like it to fill this list i
We have a schema that we serialize and deserialize into an object hierarchy. Some elements are optional in the schema. The xsd tool creates a cs file that inserts a property for each optional element.
I\'m writing a simple program that will run entirely client-side. (Desktop programming? do people still do that?) and I need a simple way to store trivial amounts of data in a structured form, but rea