You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: