seralize Uri?

  • Thread starter Thread starter Smokey Grindle
  • Start date Start date
S

Smokey Grindle

Why cant we seralize a Uri? it implements ISerializable but it doesnt have a
parameterless constructor for some reason... any workarounds? thanks!
 
Why cant we seralize a Uri? it implements ISerializable but it doesnt
have a parameterless constructor for some reason... any workarounds?
thanks!

Send the URI as a string, then recontruct it as a URI on the other end?
 
Yeah, but I'm just wanting to know why they implmented iserializable but not
the IXMLSerializable one...
 

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