How can I make a field non-serializable in java? May 20, 2023 by Tarik Use keyword transient: public transient String description;