Search code examples
Automatic serialization with Linq to Sql...


c#linq-to-sqlserializationxml-serialization

Read More
De-serialize XML files with varying XmlRoot element names...


c#xmlxml-serialization

Read More
How do I get XmlSerializer to not serialize list container tags?...


c#xmlxml-serialization

Read More
How to NOT have a wrapper element for list elements after XML serialization...


c#.netxmlserializationxml-serialization

Read More
Create XML Hierarchy in C# from Text Doc...


c#xmlxml-parsingxml-serializationlinq-to-xml

Read More
How can I deserialize a XML file without defining the parent node?...


c#xml-serialization

Read More
XML Serialization - XmlCDataSection as Serialization.XmlText...


c#xmlxml-serializationcdata

Read More
XmlSerializer Could Not Find File C:\Windows\Temp\*.dll...


c#asp.netxml-serialization

Read More
Serialize classes to XML with namespaces...


c#xmlnamespacesxml-serializationxml-namespaces

Read More
XML Tag Name includes parent class ASP.NET...


c#asp.netxmlrestxml-serialization

Read More
How can I XML Serialize a DateTimeOffset Property?...


.netxml-serialization

Read More
How to serialize a .NET object and assign to a string variable?...


c#xml-serialization

Read More
Serializing class implementing ICollection...


c#xml-serialization

Read More
Serialize Datetime without GMT in C#...


c#datetimeformattingattributesxml-serialization

Read More
How to Deserialize a custom object having dictionary as a member?...


c#xml-serialization

Read More
How to get a list of objects which are interface type from xml...


c#xml-serialization

Read More
C# Array of XmlElement is adding another level of nesting...


c#.netxmlserializationxml-serialization

Read More
Serialize object to XML...


c#xml-serialization

Read More
Save file - xmlSerializer...


c#xmlserializationxml-serializationstreamwriter

Read More
Writing XML files?...


c#xmlxml-serializationlinq-to-xml

Read More
How to decode string to XML string in C#...


c#.netxmlxml-serialization

Read More
How can I make ShouldSerialize*() apply only to XML and not JSON serialization?...


c#json.netxml-serializationxmlserializer

Read More
Boxing conversion from 'double' to 'System.Runtime.Serialization.ISerializable'...


c#genericsxml-serializationboxing

Read More
Collect serialized items of multiple enumerable members to a same parent...


c#xml-serializationxmlserializer

Read More
Is there a reason why a base class decorated with XmlInclude would still throw a type unknown except...


c#.netxml-serialization

Read More
XML serialization of a collection in C#...


c#xml-serializationnamevaluecollection

Read More
How to add xsi:type attribute to an XML element...


c#xmlxml-serialization

Read More
default encoding for XML is UTF-8 or UTF-16?...


xmlxml-serialization

Read More
Why is the XmlWriter always outputting utf-16 encoding?...


c#xml-serializationxmlwriter

Read More
how to serialize a property property only not the whole property using xml attributes?...


c#xml-serializationxml-attributeixmlserializable

Read More
BackNext