Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

Data Contract Serializer - How to omit the outer element of a collection

Can I serialize Dictionary<string, object> using DataContract serializer?

"ReadElementContentAsBase64 method is not supported on this XmlReader"

DataContractSerializer: How to serialize classes/members without DataContract/DataMember attributes

Custom Element Names using the DataContractSerializer on a List of primitives

Can a readonly field be initialized when using DataContractSerializer?

How to deserialize a WCF soap response message from a file with 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