implements serializable的意思
implements serializable中文翻譯:
實現可序列化
相似詞語短語
implementable───可執行的;易于實施的
generalizable───adj.可歸納的;可概括的
immortalizable───永垂不朽
implement a policy───實施政策
implement a strategy───實施戰略
implement change───實施變更
mineralizable───可礦物化的;使石化的
雙語使用場景
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.───是的,如果超類實現序列化,那么子類。
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的類相同。
Even if a class implements Serializable, there's no guarantee that it can be serialized.───即使一個類實現了Serializable,依然不能保證它能夠串行化。