Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

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

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