![]() |
![]() | ![]() | ![]() | ![]() | ![]() | ![]() | ![]() |
| Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks. |
| |||||||
| |
| | #1 (permalink) |
| | 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) |
| | 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 | |
| |
Similar Threads | ||||
| Thread | Forum | |||
| Any alternative to Serializable attribute | .NET General | |||
| psobject non-serializable | PowerShell | |||
| Getting CSV dump of AD objects with certain attribute values | PowerShell | |||