Yes, if the super class implements serializable, then so do the sub classes.
是的,如果超类实现序列化,那么子类。
Even if a class implements Serializable, there's no guarantee that it can be serialized.
即使一个类实现了Serializable,依然不能保证它能够串行化。
I added implements Serializable to the class signature of QualifiedName and the test then passed.
我为QualifiedName的类签名添加了implements Serializable,这一次测试顺利通过。
If you want the class to be serializable, you'll need to test it, just as you would test a class that directly implements serializable.
若您希望类可串行化,就需要测试它,这与您需要测试一个直接实现了Serializable的类相同。
The algorithm USES the name of the serializable class, names of all the interfaces it implements, all the data members of the serializable class, etc.
该算法使用了可序列化的名称、类实现的所有接口的名称、可序列化类的所有数据成员,等等。
Do this by creating a POJO that implements the "serializable" interface.
操作方法是创建一个实现这个“可序列化”接口的POJO。
To accomplish this, CAI first validates if a business component implements the Serializable interface.
为了实现这个目标,CAI首先验证业务组件是否实现Serializable接口。
To accomplish this, CAI first validates if a business component implements the Serializable interface.
为了实现这个目标,CAI首先验证业务组件是否实现Serializable接口。
应用推荐