datacontractserializer
Using the WCF DataContractJsonSerializer in .NET 3.5
I\'m trying to use the geocoding code from here in my ASP.NET MVC 2 site. Unfortunately, some of that code, specifically the DataContractJsonSerializer usage, is only possible through .NET 4.0. As my[详细]
2023-01-06 12:26 分类:问答Set default value in a DataContract?
How can I set a default value to a DataMember for example for the one shown below: I want to set ScanDevic开发者_开发技巧e=\"XeroxScan\" by default[详细]
2023-01-05 22:22 分类:问答Custom serialization with DataContractSerializer
I\'m currently using wrapper classes for my DataSets ,in order to implement custom seri开发者_JAVA百科alization. I would like to use DataContractSerializer (more like have to use it) but still support[详细]
2023-01-05 13:37 分类:问答WCF service dataContractSerializer maxItemsInObjectGraph in web.config
I am having issues specifying the dataContractSerializer maxItemsInObj开发者_开发知识库ectGraph in host\'s web.config.[详细]
2023-01-03 14:02 分类:问答How to support both DataContractSerializer and XMLSerializer for the same contract on the same host?
In our production environment, our WCF services are serialized with the XMLSerializer. To do so our service interfaces have the [XMLSerializerFormat] attribute. Now, we need to change to DataContractS[详细]
2023-01-03 08:55 分类:问答on wcf type is not expected even though its on ServiceKnownType(typeof(...))
i am using third party classes in my service, so i cant edit them. third party [Serializable] Class B : E[详细]
2023-01-01 22:07 分类:问答DataContractSerializer: preserve string member that happens to be raw xml?
I\'m a little inexperienced with the DataContract paradigm, and I\'m running into a deserial开发者_如何学编程ization problem. I have a field that\'s a string, but it contains xml and it\'s not being d[详细]
2023-01-01 14:24 分类:问答Serialize an object using DataContractJsonSerializer as a json array
I have a class which contains a list of items. I want to serialize an instance of this class to json using the DataContractJsonSerializer as a json array. eg.[详细]
2022-12-31 00:31 分类:问答WCF DataContractSerializer Behavior
I\'m seeing some unusual behavior when using the DataContractSerializer. I have defined a message contract like so:[详细]
2022-12-30 20:44 分类:问答DataContractSerializer not serializing all properties of a custom object within collection
I have the following classes: [Serializable] [DataContract(Name = \"LayerInfo\", Namespace = \"ems.gis\")][详细]
2022-12-30 07:29 分类:问答
加载中,请稍侯......