PC Review


Reply
Thread Tools Rate Thread

Custom XML Serialization

 
 
Jeremy
Guest
Posts: n/a
 
      1st Sep 2004
Hi all,

I was wondering if it's possible to mix XmlSerialization and custom
serialization in a single class? For example:

<XmlSerializable( )> _
Class MyObject

'// Auto XML-Deserialize
<XmlElement("StaticMenu", GetType(StaticMenu))> _
Public Property Menus() As ArrayList
...
End Property


'// But I want to manually de-serialize this
Public Property Items() as ArrayList
...
End Property
End Class


Is this possible?

Thanks,
Jeremy


 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Serialization Jon Slaughter Microsoft C# .NET 2 29th Mar 2008 07:42 PM
custom serialization =?Utf-8?B?QVZM?= Microsoft ASP .NET 1 4th May 2007 04:36 PM
custom serialization..need help =?Utf-8?B?QVZM?= Microsoft Dot NET Framework 1 4th May 2007 03:55 PM
Custom Serialization =?Utf-8?B?VmFs?= Microsoft C# .NET 4 21st Sep 2006 07:37 PM
Re: Custom serialization on a custom object collection black_cat Microsoft VB .NET 0 3rd Jan 2005 08:30 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 07:06 AM.