Map
Index
Random
Help
th

Quote: the serialized form is part of the API; it limits a class's implementation; serialization is less reliable and less secure, requiring more testing

QuoteRef: blocJ_2001 , p. 213



Topic:
object serialization

Quotation Skeleton

Item 54: Implement Serializable judiciously … it decreases the flexibility to change a class's … form) becomes part of its exported API. … [p. 214] it increases the likelihood of bugs and … serialization is an extralinguistic mechanism for creating objects. … it increases the testing burden … [p. 215] As a rule of thumb, value classes … entities, such as thread pools, should rarely implement …   Google-1   Google-2

Copyright clearance needed for quotation.

Additional Titles

Quote: implement Serializable only for value classes and collection classes

Related Topics up

Topic: object serialization (13 items)

Copyright © 2002-2008 by C. Bradford Barber. All rights reserved.
Thesa is a trademark of C. Bradford Barber.