![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
|
Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
br> br> |
| |||||||
| | Thread Tools | Display Modes |
| | #1 (permalink) |
| Guest | Applying DataContract attribute to Serializable objects I read that it is not possible for the DataContractSerializer to serialize an object that has both the Serializable and the DataContract attributes applied. If this is the case, then how is it possible to store objects received in service messages in the ASP.NET session state if "state server" or "sql server" mode is used? Or would this not be considered best practice? Any suggested alternative approaches? |
My System Specs![]() |
| | #2 (permalink) |
| Guest | Re: Applying DataContract attribute to Serializable objects I'm not sure what you need ( because DataContractSerializer really created for serialization of objects ), but you can use XmlSerializer where DataContractSerializer can't be used http://windowssdk.msdn.microsoft.com...40(VS.80).aspx Arkady "Bill Poole" <Bill Poole@discussions.microsoft.com> wrote in message news:7F8E9B21-24F0-42E0-8691-C0FF801A48BC@microsoft.com... >I read that it is not possible for the DataContractSerializer to serialize >an > object that has both the Serializable and the DataContract attributes > applied. If this is the case, then how is it possible to store objects > received in service messages in the ASP.NET session state if "state > server" > or "sql server" mode is used? Or would this not be considered best > practice? > > Any suggested alternative approaches? |
My System Specs![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| serializable Hash class in .Net | Fred | .NET General | 1 | 08-03-2008 11:09 PM |
| psobject non-serializable | William Stacey [C# MVP] | PowerShell | 0 | 04-09-2007 03:31 PM |
| Getting CSV dump of AD objects with certain attribute values | sbq | PowerShell | 3 | 12-11-2006 06:00 PM |