Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

WCF - serializing inherited types

Deserializing XML with DataContractSerializer

How to Deserialize XML using DataContractSerializer

Why doesn't the XmlSerializer need the type to be marked [Serializable]?

how to not return null when a Data member field is not set in the data contract

WCF Service Reference - Getting "XmlException: Name cannot begin with the '<' character, hexadecimal value 0x3C" on Client Side

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?