Adjective
serializable (not comparable)
(computing) That can be serialized.
A basic, and likely sufficient solution is to define a static final long serialVersionUID with the serializable class. Source: Internet
PostgreSQL 9.1 and later support full serializability via the serializable snapshot isolation (SSI) technique. Source: Internet
Classes containing sensitive information (for example, a password) should not be serializable nor externalizable. Source: Internet
Therefore, making a class serializable needs to be a deliberate design decision and not a default condition. Source: Internet
“Real” banking transactions usually require serializable isolation, for otherwise you cannot implement eg. correlated accounts (authorize transfer from one account only if the sum of this account and another is sufficient). Source: Internet