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
Post a Comment