all groups > dotnet remoting > august 2003 >
You're in the

dotnet remoting

group:

Are XmlDocuments Serializable???


Are XmlDocuments Serializable??? Mark Baer
8/28/2003 8:57:54 AM
dotnet remoting:
I thought I could just return an XmlDocument from my
Remote Server but I am getting an "Internal Server Error"
message. I think the code is good. The only thing I can
come up with is maybe XmlDocuments are not serializable.
I have a hard time believing that, but that's the only
thing I can come up with.

Re: Are XmlDocuments Serializable??? Andrew
8/28/2003 11:49:12 AM
No, it is not serializable.

You can wrap your XmlDocument (or parts of it) with an accessor object that
inherits from MarshalByRefObject to access it but it would be difficult to
get a copy of it across the remoting channel.

[quoted text, click to view]

AddThis Social Bookmark Button