MSMQ, Complex Objects & De-Serialization

  • Thread starter Thread starter m.i.mustafa
  • Start date Start date
M

m.i.mustafa

I'm having problems with De-Serializing a complex object I'm sending
through a queue. I call it a complex object simply because its a
business object that is composed of other objects.

Now all the objects are serializable, and they get placed in the queue
with no problems, but on the receiving end, all the values are null.

does anyone have any ideas?

Thanks in Advance,
Steve
 
Hello (e-mail address removed),

Which serializer do u use? XML one?
Could you demonstate the code how u serialize and send you object into MQ?
I'm having problems with De-Serializing a complex object I'm sending
through a queue. I call it a complex object simply because its a
business object that is composed of other objects.

Now all the objects are serializable, and they get placed in the queue
with no problems, but on the receiving end, all the values are null.

does anyone have any ideas?

Thanks in Advance,
Steve
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top