Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

Ignore field order in DataContractSerializer

WCF Datacontract, some fields do not deserialize

DataContractSerializer - how can I output the xml to a string (as opposed to a file)

Serializing object with no namespaces using DataContractSerializer

XSLT Transform XML with Namespaces

Formatting of XML created by DataContractSerializer

XML Serialization and namespace prefixes

"Type not expected", using DataContractSerializer - but it's just a simple class, no funny stuff?

Using DataContractSerializer to serialize, but can't deserialize back

DataContractSerializer doesn't call my constructor?

WCF chokes on properties with no "set ". Any workaround?

When to use DataContract and DataMember attributes?