When creating a document in couchbase-lite in Java, we do it as the following:
Map<String, Object> properties = new HashMap<String, Object>(); ...... Document document = database.createDocument(); document.putProperties(properties); The map's key is String, but what type of the map's value allowed here? Could it be any complex Java class? Thanks for your help. Guofeng -- 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/CAMpUGn1rw3-fCSMs_MihRnNb1DrEy%2BHApnb168MKakcPRbyB6Q%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
