Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
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.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - Applying DataContract attribute to Serializable objects

 
 
Old 06-27-2006   #1 (permalink)
Bill Poole


 
 

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 SpecsSystem Spec
Old 06-28-2006   #2 (permalink)
Arkady Frenkel


 
 

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 SpecsSystem Spec
 

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


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46