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