datacontractserializer
Is there a way to override how DataContractJsonSerializer serializes Dates?
Is there a way to change how the DataContractJsonSerializer serializes dates? Currently, it\'ll convert a date to something like:[详细]
2023-04-10 19:29 分类:问答Data contract serialization for IList<T>
I have the following code in which I\'m trying to serialize a list to a file public static void Serialize<T>(this IList<T> list, string f开发者_如何学GoileName)[详细]
2023-04-07 14:44 分类:问答Silverlight+ WCF Ria Service + FK object member is marked with XmlIgnore, can I prevent this from being added to the generated file?
Using silverlight 4, with RIA Services Toolkit May 2010. I have an Entity Data Model (.edmx) which contains a FK reference.[详细]
2023-04-06 17:48 分类:问答CollectionDataContract serialization not adding custom properties (DataMember)
We have a legacy system that needs to be fed (XML) data in a most unstructured format. Is the following even possible with the .NET DataContractSerializer?[详细]
2023-04-06 05:31 分类:问答Getting error deserializing with DataContractSerializer
When I am deserializing my object back to it\'s original type my object is always null. Here is my code:[详细]
2023-04-05 00:37 分类:问答Mono "NetDataContractSerializer.Serialize"
I\'m getting following exception System.NotImplementedException: The requested feature is not implemented.[详细]
2023-04-04 03:23 分类:问答Using JavaScriptConverter for DataContract serialization in C#
I am having problem to find some information about how to get a custom converter invoked for a given property when serializing a C# object to JSON (and vice-versa).[详细]
2023-04-03 06:13 分类:问答'System.IO.Compression.GZipStream' cannot be serialized. Consider marking it with the DataContractAttribute attribute
I am trying to use WCF service to upload GZip files. Im trying to compress files using Gzip and then passing it through to WCF service to be uploaded to server.[详细]
2023-04-03 01:53 分类:问答Silverlight serialize object with cycles in object graph
I\'m having an issue serializing objects when sending them to my WCF services.My classes look like this.[详细]
2023-03-31 08:20 分类:问答Problem using ReadAsDataContract using WCF REST Toolkit
I\'m a novice at serialization and I\'ve run into a problem.I have a REST service that returns an array of IDDescriptionPair objects.When consuming the service, I\'m using the \"Paste XML as Types\" V[详细]
2023-03-29 17:15 分类:问答