module Synced
Provide a serialized attribute for models. This attribute is `synced_data_key` which by default is `:synced_data`. This is a friendlier alternative to `serialize` with respect to dirty attributes.
Synchronizer
class which performs actual synchronization between local database and given array of remote objects
Constants
- VERSION