Skip to content

Don't require JSONAPISerializer #3

@ef4

Description

@ef4

We shouldn't make assumptions about the serialization format. (See PR #2).

The problem right now is that we serialize each record by itself and then use our own logic to combine them. Instead we could either use whatever ember-data uses for serializing entire collections, or stick with separate serialized models but do a separate pushPayload for each.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions