Who actually implements serializable methods?

后端 未结 6 1154
忘了有多久
忘了有多久 2020-12-29 09:08

I\'ve been learning how to use Serializable.

I know if I create a class \'A\' with different variables who implements Serializable and I ad

6条回答
  •  轮回少年
    2020-12-29 09:31

    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.

提交回复
热议问题