Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in datacontract

Portable Class Library has no DataContract or Serialization functions with .NET 4.6

Expose object from class library using WCF

wcf datacontract

DataContract + Multi-dimensional Arrays -- Any solution for this?

Entity Framework POCO with WCF software design question

Why am I using the KnownType attribute wrong?

WCF Data Contract / Serialization

REST with Polymorphic DataContracts - Deserialization Fails

c# .net wcf rest datacontract

How to assign JsonProperty attribute to properties of classes inside DLL using Json.Net?

c# json json.net datacontract

Decoding a Java/JSON Map into an F# object

java json f# map datacontract

Does adding [DataContract] and [DataMember] to all classes impact performance

c# c#-4.0 datacontract

Custom DataMember names to deserialize a JSON class

Pass list of known types to object with its own XmlSerializer in (de-)serialization tree

DataContract for enums in WCF

wcf datacontract

Null vs Value Not Set

C# DataContractJsonSerializer fails when value can be an array or a single item

WCF Data Contract - best/cleanest way to enforce required values?

Generally accepted way to avoid KnownType attribute for every derived class