I would like to use a 3rd party library with its own JSON serialization to handle certain bits of my object models. The JSON.Net JsonConverter attribute works, but I don't have a clean way to add it. I was able to add my converter into the JsonSerializerSettings in Couchbase.Lite. NewtonsoftJsonSerializer but I suspect folks don't want to allow the class and property to be made public so clients can see/access it. Looking for alternatives on the approach that would work and meet the design goals of the library.
Thanks, Dylan -- 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/4a08e6b4-5498-4534-b122-b0506bc5d28e%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
