seralize Uri?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Smokey Grindle

    seralize Uri?

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


  • Spam Catcher

    #2
    Re: seralize Uri?

    "Smokey Grindle" <nospam@dontspa mme.comwrote in
    news:OzrqZK9kHH A.1604@TK2MSFTN GP04.phx.gbl:
    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?

    Comment

    • Smokey Grindel

      #3
      Re: seralize Uri?

      Yeah, but I'm just wanting to know why they implmented iserializable but not
      the IXMLSerializabl e one...

      "Spam Catcher" <spamhoneypot@r ogers.comwrote in message
      news:Xns992D73F 11680Dusenethon eypotrogers@127 .0.0.1...
      "Smokey Grindle" <nospam@dontspa mme.comwrote in
      news:OzrqZK9kHH A.1604@TK2MSFTN GP04.phx.gbl:
      >
      >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?

      Comment

      Working...