Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontractserializer

Serialize/deserialize objects - order of fields matters?

Exception: Maximum number of items that can be serialized or deserialized in an object graph is '65536' [duplicate]

Data Contract Known Types and a set of interfaces inheriting each other

Deserialize derived types in WCF service as base types but retain type information

Ignore some properties in runtime when using DataContractSerializer

How to Customize Deserialization of a JSON enum in .NET?

DataContract deserialization fails due to incorrect ordering of XML nodes

DataContractSerializer, KnownType and inheritance

WCF service dataContractSerializer maxItemsInObjectGraph in web.config

Serializing UTC time c#

De-serializing a flagged enum with a space results in SerializationException

Extension method to serialize generic objects as a SOAP formatted stream

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?