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

ios - Memory not freeing up after popping viewcontroller using ARC -

Java JSoup error fetching URL -

webstorm - PhpStorm file cache conflict with TypeScript compiler -