Java Associate — Medium
Key points
- `transient` keyword excludes a field from serialization
- Excluded fields are not saved or loaded during serialization/deserialization
- Helps in scenarios where certain fields should not be persisted
Ready to go further?
Related questions
