PC Review


Reply
Thread Tools Rate Thread

(de) Serializing (objects of) types from dynamic modules

 
 
rein.petersen@gmail.com
Guest
Posts: n/a
 
      27th Sep 2005
Hi All,

I've been working on a means to create dynamic asemblies (modules
actually) from parsing XSD schemas which creates a perfect .net
representation of the schema at hand (dynamically).

My next hurdle is to deserialize xml documents (that conform to the
schemas from which dynamic modules were derived) to the types from the
dynamic module.

Before I go posting code like crazy, here is the main problem I'm
facing:

When I try to deserialize, an exception is raised: "The invoked member
is not supported in a dynamic module."

Which member the serializer is invoking is unknown to me. This may be a
serious problem if I can't find a way to (de)serialize into dynamic
types. An acceptable work-around is the save the dynamic assembly to
disk - would the innaccessible members become available for invocation?

Thanks in advance, Rein

 
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
Serializing a list of different object types. chaitanyag@hotmail.com Microsoft C# .NET 1 18th May 2005 05:56 PM
Serializing native types, invariant culture and xmlserializer. William Stacey [MVP] Microsoft C# .NET 0 1st Dec 2004 04:32 PM
Serializing and Deserializing Value Types to String Earl Teigrob Microsoft C# .NET 2 28th May 2004 10:51 PM
Re: Serializing array of userdefined types Daniel =?iso-8859-1?Q?Lidstr=F6m?= Microsoft VC .NET 1 25th May 2004 09:03 AM
serializing types Paul Microsoft Dot NET 1 13th Nov 2003 03:22 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 06:27 PM.