B4J Question Serialize ResultSet

micro

Well-Known Member
Licensed User
Longtime User
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
Longtime User
Objects can not be serialized.
Check (cloud)kvs to see what can be serialized and how B4XSerializator works.
 
Upvote 0
Top