normalize pipeline
- store -> serializer#extract
- RestSerializer -> JsonSerializer#extract
- RestSerializer#extractFind* (one of the below)
- extractFind -> extractSingle
- extractFindBelongsTo -> "
- extractFindAll -> extractArray
- extractFindQuery -> ""
- extractFindMany -> ""
- extractFindHasMany -> ""
- RestSerializer#extractSingle -> normalizePayload (doesn't do much, just passes through)
- Find appropriate serializer
- normalize (all below)
- normalizeId
- normalizeAttributes
- normalizeRelationships
- normalizeHash
- applyTransforms (Transform#deserialize on json attr)
- normalize (all below)
- Store#push (normalized payload for type)