How to serialize objects to a database in Java? [closed]

1

Good! I am new here and I had a doubt, in Java, if I want to serialize an object (for example, a map object, which has 3 integers and an array of objects) How can I save that in a database? I managed to serialize the object and save it in firebird using serializable, but I can not extract the data from the table

    
asked by Javi C 11.06.2017 в 15:53
source

0 answers