Effective Java
Download
2,19 Mb.
Pdf ko'rish
bet
307/341
Sana
11.07.2022
Hajmi
2,19 Mb.
#776765
1
...
303
304
305
306
307
308
309
310
...
341
Bog'liq
Effective Java
Bu sahifa navigatsiya:
EnumSet.of(Style.BOLD, Style.ITALIC)
A second cost of implementing Serializable is that it increases the likeli- hood of bugs and security holes (Item 85).
A third cost of implementing Serializable is that it increases the testing burden associated with releasing a new version of a class.
Implementing Serializable is not a decision to be undertaken lightly.