Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

When/Why should I not use IsReference=true on my DataContracts?

Generic WCF JSON Deserialization

WCF Error "Maximum number of items that can be serialized or deserialized in an object graph is '65536'"

DataContracts and DataMembers

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?