On Mon, May 12, 2014 at 06:05:04PM -0400, Matt Quinn wrote: > On Mon, May 12, 2014 at 05:32:05PM +0200, Sascha Lüdecke wrote: > > I have not found any useable OR mapper for CBLite, am I missing something? > > I believe this is the most recent discussion on this topic: > https://groups.google.com/d/topic/mobile-couchbase/QmkamYMKwNU/discussion
>From that discussion, Traun wrote: > I know Jackson has some object mapping features that will make your > life easier converting from POJOs <-> JSON Documents, and that's > already being included as a core dependency on Couchbase Lite. Has anyone given this a try? Since the public CBL API works with maps, I can only picture this working if you did two conversions every time (Map -> JSON -> POJO for reads, POJO -> JSON -> Map for writes). Feels expensive, but maybe it's okay? Or is there a way to skip the intermediate conversions? -- 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/20140513135140.GB334%40mqmb.lan. For more options, visit https://groups.google.com/d/optout.
