This tag refers to serialization technologies which use XML as a data format.
In order to save and load my layout I followed the instructions here, but it didn't work for me. I've …
c# wpf xml-serialization avalondockI am aware of both of the ShouldSerialize* pattern and the *Specified pattern and how they work, but is there …
c# .net serialization xml-serialization xmlserializerFollow on question from Error with explicit conversion when using CollectAs<> Code from WebMethod return client.Cypher .Match("(…
c# asp.net deserialization xml-serialization neo4jclientI have an object that needs to be serialised as XML, which contains the following field: List<String> …
java collections xml-serialization xstreamI am calling a web service. It accepts Http Post. It is simple XML over Http. You send it an …
.net c#-4.0 xml-serialization httpwebresponse getresponsestreamXmlElement has an "Order" attribute which you can use to specify the precise order of your properties (in relation to …
xml serialization xml-serialization xml-attributeI am tryind to deserialize a xml file into an object[] - the object is a rectangle with the following …
c# xml-serialization deserialization xml-deserializationI'm refactoring some objects that are serialized to XML but need to keep a few properties for backwards compatibility, I've …
c# .net-2.0 xml-serialization attributesWhat's the difference between XMLWriter and XMLDictionaryWriter? In which cases is each one generally used?
.net xml-serialization xmlwriterI'm trying to get books xml data from URL by using Retrofit. But when app runs, it shows error. I …
android xml xml-serialization retrofit2 simple-framework