android - Insert compound object into ContentValues -


i want insert object contentvalues. structure of object that:

    public class {         string x;         string y;         object b;     } 

you cannot put arbitrary objects contentvalues. see documentation can put in contentvalues. option see if can convert object , byte array.


Comments

Popular posts from this blog

Django REST Framework perform_create: You cannot call `.save()` after accessing `serializer.data` -

Why does Go error when trying to marshal this JSON? -