Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8605517
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T02:51:09+00:00 2026-06-12T02:51:09+00:00

I have a XML snippet that looks like this: <object> <field name=p1>Foo</field> <field name=p2>Bar</field>

  • 0

I have a XML snippet that looks like this:

<object>
  <field name="p1">Foo</field>
  <field name="p2">Bar</field>
  <field_list name="p3">
    <field_value>Me</field_value>
    <field_value>Myself</field_value>
    <field_value>I</field_value>
  </field_list>
</object>

What I would like to do is represent this in C# as a Dictionary – the keys are the names (p1, p2, p3) and the values are a List of strings – the first two (p1, p2) would have a single element and the third (p3) would have three elements.

This Xml document needs to be de-serialized. How can I do this and end up with the object desired?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-12T02:51:10+00:00Added an answer on June 12, 2026 at 2:51 am

    The XmlSerializer class does not serialize Dictionary natively. However, there are third party serializers available such as sharp serializer and one from Peter Welter.

    If you want to implement it yourself without additional libraries, implement IXmlSerializable and provide custom implementations of ReadXml and WriteXml.

    See also:

    • Why doesn't XmlSerializer support Dictionary?
    • Deserializing with XmlSerializer List into Dictionary
    • Why isn't there an XML-serializable dictionary in .NET?
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a snippet of XML that looks like this: <url> \\network\folder <url> When
I have a snippet of an xml file that looks like this: <?xml version=1.0
I have a snippet of an XML file that looks like: <?xml version=1.0 encoding=utf-16?>
I have a snippet of XML that looks like <body> Some text.... <nodeA>....</nodeA> more
I have an XML document snippet that matches this XSD: <xs:complexType name=QuestionType> <xs:sequence> <xs:element
I have a simple xml document that looks like the following snippet. I need
I have this xml snippet as part of a xml file that will be
I have an xml snippet that contains an object hierarchy: doc = \ <RootObj
I have an XML snippet, say: <root> <node>This &amp; that</node> </root> This needs to
I have xml like this: <rule> <word>I</word> <word>need</word> <word>more</word> <marker> <word>money</word> </marker> <word>now</word> </rule>

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.