Runtime add DataContract and DataMember to Dynamic Class created using .Net Reflection...
Read MoreProblem to use DataContract Xml Serialization - KnownTypes...
Read MoreProblem with generating DataContracts from xsd with svcutil...
Read MoreWCF Service returning 400 error: The body of the message cannot be read because it is empty...
Read MoreCan I prevent a specific datamember from being deserialized?...
Read MoreHow do I pass a list of objects from controller to view?...
Read MoreWCF: Exposing readonly DataMember properties without set?...
Read MoreWCF Datacontract for XML deeper that a single layer...
Read MoreGenerally accepted way to avoid KnownType attribute for every derived class...
Read MoreAdding a DataMember to a different namespace to the DataContract...
Read MoreDataContractJsonSerializer ReadObject return NULL value?...
Read MoreC# type serialization not as a collection of key value pairs...
Read MoreHow to optimize ServiceStack.Text performance when deserializing to enums with DataContract...
Read MoreIs it possible to include a DataContract class in WCF wsdl without that class being part of any Oper...
Read MoreHow to deserialize nullable enum with EnumMember attribute in ServiceStack.Text?...
Read MoreHow to configure ServiceStack.Text to use EnumMember when serializing to csv or jsv?...
Read MoreHow to configure ServiceStack.Text to use EnumMember when deserializing?...
Read MoreWhat does actually 'same data contracts' imply?...
Read MorePolymorphism in hierarchy with serialised classes - DataContract messages...
Read MoreProtobuf .NET serialization for inheritance classes...
Read More.Net Rest Web Service response has default Data Contract namespace rather than expected namespace...
Read MoreEnums, DataContracts and WCF question...
Read MoreSerialize a list of objects inheriting from class A to xml, so the names of the elements in the xml ...
Read MoreConstructor in WCF DataContract not reflected on Client...
Read MoreWCF An error occurred while receiving the HTTP response...
Read MoreDeserializing an IEnumerable<T> with [DataContract] applied does not work...
Read MoreForce order in NetDataContractSerializer without using DataContractAttribute...
Read More