serialize dictionary<string, string> collection in .net3.5

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Andy B

    serialize dictionary<string, string> collection in .net3.5

    Is it possible to serialize to xml a dictionary<stri ng, stringobject in
    ..net 3.5?



  • =?Utf-8?B?RmFtaWx5IFRyZWUgTWlrZQ==?=

    #2
    RE: serialize dictionary&lt;s tring, string&gt; collection in .net3.5

    No, this has not changed in 3.5.

    "Andy B" wrote:
    Is it possible to serialize to xml a dictionary<stri ng, stringobject in
    ..net 3.5?
    >
    >
    >
    >

    Comment

    • Andy B

      #3
      Re: serialize dictionary&lt;s tring, string&gt; collection in .net3.5

      Got any simular ideas that can be used for that type of thing. More or less
      a key/value string pair that can be serialized?


      "Family Tree Mike" <FamilyTreeMike @discussions.mi crosoft.comwrot e in
      message news:4D745B7E-6400-4015-B45C-D9D21D1FC647@mi crosoft.com...
      No, this has not changed in 3.5.
      >
      "Andy B" wrote:
      >
      >Is it possible to serialize to xml a dictionary<stri ng, stringobject in
      >..net 3.5?
      >>
      >>
      >>
      >>

      Comment

      Working...