The Wayback Machine - https://web.archive.org/web/20211106041445/https://github.com/topics/ember-data
Skip to content
#

ember-data

Here are 81 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 ember-data 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 ember-data topic, visit your repo's landing page and select "manage topics."

Learn more