Top "Netdatacontractserializer" questions

C# DataContract Serialization, how to deserialize to already existing instance

I have a class, which holds a static dictionary of all existing instances, which are defined at compile time. Basically …

c# serialization netdatacontractserializer
Transferring large payloads of data (Serialized Objects) using wsHttp in WCF with message security

I have a case where I need to transfer large amounts of serialized object graphs (via NetDataContractSerializer) using WCF using …

wcf large-data-volumes wshttpbinding chunking netdatacontractserializer
Avoiding using the “http://www.w3.org/2001/XMLSchema-instance” namespace with .Net DataContractSerializer

I have a series of classes that I am converting to XML using .NET's DataContractSerializer in .NET 4.0. The serialisation is …

c# .net xml datacontractserializer netdatacontractserializer
Modify the xml array element name in serialized ASP.NET WebAPI object

I have been struggling with outputting a custom root xml element when returning a list of objects in my WebAPI …

c# asp.net xml-serialization asp.net-web-api netdatacontractserializer