What you are seeing with the NewtonsoftJsonSerializer class is the 
beginning of making the JSON serialization library swappable.  At some 
point in the future, you will be able to define your own serialization 
engine and set it.  You can feel free to create a ticket on the github repo 
if you want to track the status of this.

On Saturday, August 8, 2015 at 2:07:46 AM UTC+9, Dylan Wilson wrote:
>
>
>
> 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/bebb4002-a63c-4ecd-979a-271420e529de%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to