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...
 
Back
Top