This epic is intended to cover _Data Persistence / Offline_ in the Conflict resolution [roadmap|http://aerogear.org/docs/planning/roadmaps/AeroGearConflictResolution]
It builds upon AEROGEAR-1497 _Partial updates_, and adds persistence support.
In the client libraries the DataManager automatically stores data retrieved from the server endpoint. The client SDKs provide a way how to connect the DataManager with conflict resolvers to allow for automatic updates and offline mode.
To make the communication as efficient as possible SPDY can be used by server and clients.
|