netdatacontractserializer Questions
2
Solved
I have a series of classes that I am converting to XML using .NET's DataContractSerializer in .NET 4.0. The serialisation is working fine, and I can parse the XML and recreate the .NET objects late...
Marmoset asked 13/1, 2013 at 11:49
8
I have been struggling with outputting a custom root xml element when returning a list of objects in my WebAPI controller.
My controller method looks something like this:
public List<Product&...
Cyanotype asked 22/7, 2012 at 10:21
4
Solved
I have a class, which holds a static dictionary of all existing instances, which are defined at compile time.
Basically it looks like this:
[DataContract]
class Foo
{
private static Dictionary&l...
Pharisaism asked 21/12, 2009 at 17:50
1
Solved
I have an existing codebase that persists a couple of simple classes to disk via NetDataContractSerializer, but the classes are unfortunately not adorned with [DataContract], but rather with [Seria...
Faso asked 26/3, 2012 at 10:9
1
Solved
I am writing a library which is a set of classes meant to be shared between many different .NET applications, including at least one which uses the .NET compact framework. I have been making these ...
Yeeyegg asked 6/4, 2012 at 22:15
5
I have a case where I need to transfer large amounts of serialized object graphs (via NetDataContractSerializer) using WCF using wsHttp. I'm using message security and would like to continue to do ...
Dissentient asked 10/6, 2010 at 16:39
1
Solved
We have an application with objects that we'd like to keep serialized in the database.
Currently we're using NetDataContractSerializer, but recently found out that due to the .Net types information...
Interspace asked 25/10, 2011 at 14:16
0
I have a scenario where I need to use the NetDataContractSerializer instead of the DataContractSerializer.
Up until now I have been using this method - http://www.pluralsight.com/community/blogs/...
Diminution asked 16/9, 2009 at 3:50
1
© 2022 - 2024 — McMap. All rights reserved.