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

  • Home
  • SEARCH
  • 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 8295381
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T14:33:52+00:00 2026-06-08T14:33:52+00:00

I have a problem when using the XmlSerializer class for deserializing an xml stream.

  • 0

I have a problem when using the XmlSerializer class for deserializing an xml stream.

I have an object like that :

public class Test
{
  [XmlElement("data")]
  public AnotherObject Data
  {
    get; set;
  }

  // other properties
}

It will work properly when I will try to deserialize that :

<Test>
  <data>...</data>
  <something else... />
</Test>

However, if the xml is like :

<Test>
  <something else... />   
</Test>

When I will try to read the Data property of the newly created object, the code will throw an exception. If I try to observe the object, the debugger prints a “Could not evaluate exception”.

I want the property to exist, even if there is no corresponding tag in the XML.

Is it possible to do that ?

Thanks !

  • 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-08T14:33:54+00:00Added an answer on June 8, 2026 at 2:33 pm

    XML deserialization uses the calls the default constructor before setting the properties. You could set the data property to a default value there that will be overwritten if one is loaded from the deserialization.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have problem with deserialize document to object using XmlSerializer class. Code my function
I have an object Foo which I serialize to an XML stream. public class
I have a problem using Gin. Here is a simple example. @GinModules(AppModule.class) public interface
i have problem using LIKE structure in DB2 : for example: select * from
I have a problem using Linq to NHibernate to load an object and eagerly
I have a problem using the SSIS. I try to import data from database
I have an array of elements that I need to serialize using XmlSerializer. The
I have problem with using class instance in Python. Ive created a new class
I have a problem using AJAX. The 2 functions that are called via the
I serialize an XML file into an object using the built-in .NET functionality (XmlSerializer.Deserialize).

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.