Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

Can I configure the DataContractSerializer to not create optional (i.e. Nullable<> and List<>) elements in output XML?

Dynamic Assembly Resolution/Management

Is there a way to override how DataContractJsonSerializer serializes Dates?

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