M micro Well-Known Member Licensed User Aug 17, 2019 #1 Hi to all why the ResultSet object is not serializable with B4xSerializator? ther's a method to send it as a stream or other way? Thanks
Hi to all why the ResultSet object is not serializable with B4xSerializator? ther's a method to send it as a stream or other way? Thanks
DonManfred Expert Licensed User Aug 17, 2019 #2 Objects can not be serialized. Check (cloud)kvs to see what can be serialized and how B4XSerializator works.
Objects can not be serialized. Check (cloud)kvs to see what can be serialized and how B4XSerializator works.
M micro Well-Known Member Licensed User Aug 17, 2019 #3 DonManfred said: Objects can not be serialized. Check (cloud)kvs to see what can be serialized and how B4XSerializator works. Click to expand... Ok thanks, I solved with the lists.
DonManfred said: Objects can not be serialized. Check (cloud)kvs to see what can be serialized and how B4XSerializator works. Click to expand... Ok thanks, I solved with the lists.