Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

Does Order Matter in the XML Read by the DataContractSerializer?

How can I make DataContractJsonSerializer serialize an object as a string?

NetDataContractSerializer vs DataContractSerializer

Some properties are not being deserialized using DataContractSerializer

c# datacontractserializer

Custom serialization with DataContractSerializer

Setting the initial value of a property when using DataContractSerializer

Can the data contract serializer used for any third party webservice

Alternative to protobuf-net - size and time efficient serializer to work with objects graph

Using WCF from WPF very slow on first use

Is there a way to make DataContractSerializer output cleaner XML?

How to serialize class type but not the namespace to a Json string using DataContractJsonSerializer

How to serialize a derived type as its base type with WCF

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