HOTSPOT

HOTSPOT
You have an existing order processing system that accepts .xml files,
The following code shows an example of a properly formatted order in XML:


You create the following class that will be serialized:


For each of the following properties, select Yes if the property is serialized according to the defined schema. Otherwise, select No.
Hot Area:


microsoft-exams

One thought on “HOTSPOT

  1. Here the description for the question:

    OrderId – NO (this will serialize as an element, not as aa attribute)
    OrderDate – NO (doesnt have DataMember attribute, thus is completely ignored)
    CustomerName – YES (DataMember is set correctly)

    Previously i was also confused for the answer 🙂

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.