On Feb 13, 2014, at 1:45 PM, Alan McKean <[email protected]<mailto:[email protected]>> wrote:
Could I override the push mechanism in a subclass No, CBLPusher isn't designed to be subclassed. and use unsavedModels to get ahold of all of the models/documents that I have loaded and changed, then encrypt them back into the db before invoking the real push? The replicator doesn't (and shouldn't) know anything about models; those are several layers above it in the architecture's hierarchy. Unsaved data in models is completely unknown to anything else in Couchbase Lite. --Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/BC94C325-EF4E-4D59-A981-6A22E82C6578%40couchbase.com. For more options, visit https://groups.google.com/groups/opt_out.
