I\'ve been learning how to use Serializable.
Serializable
I know if I create a class \'A\' with different variables who implements Serializable and I ad
I know if I create a class 'A' with different variables who implements Serializable and I add Serializable to my class, it's also Serializable.
Yes, this moment your class is Serializable.