ich verstehe nicht warum pattern, date und temperature transient sein sollen. das datum ist serializable genau so wie String. wieso muss bei final ein transient gesetzt werden? sind alle primitiven typen nicht serializable ? i dont get why pattern date and temperature need to be transient... the date is serializable like string? why is a final variable not deserializing meaning that all final variables should be transient. are all primitive types not serializable?