Skip to content
#

webapi-2

Here are 256 public repositories matching this topic...

atkretsch
atkretsch commented Aug 16, 2017

Similar to #131, but for deserialization.

Given the following class structure:

public class Person : ApiResource
    {
        public Person()
        {
            Attribute("Name");
        }

        public Name Name { get; set; }
    }

    public class Name
    {
        public string FirstName { get; set; }
        public string LastName { get; set; }
    }

.

Improve this page

Add a description, image, and links to the webapi-2 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the webapi-2 topic, visit your repo's landing page and select "manage topics."

Learn more