Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

Using DataContractSerializer and XmlSerializer both in a single service

How to use DataContractJsonSerializer with auth token

DataContractSerialization of generic type hierarchies

Serializing cyclic object references using DataContractSerializer not working

DataContractSerializer using default properties

Why am I getting the exception "Consider using a DataContractResolver or add any types not known statically to the list of known types"

XmlSerializer vs DataContractSerializer

Entity framework and DataContractSerializer

Put objects which are decorated with [DataContract] into a StateServer?

Empty String Serialization with Datacontracts

DataContract deserialize XML - List of elements and properties in the same element

Serialize a Dictionary<string,Type> and remove key/value from JSON string

Change the response output format in XML and JSON only for webHttpBinding

Forcing ASMX proxy to use XmlSerializer instead of DataContractSerializer

Include Exceptions as DataMember for DataContractSerializer WCF C#

WCF DataContractSerializer Performance with long property names

WCF DataContract Serialization of Bidirectional Entities or Circular dependencies

DataContractSerializer missing from the .NET Compact Framework

When using ISerializable with DataContractSerializer, how do I stop the serializer from outputting type information?

Basics of DataContractAttribute