News

Learn how to serialize and deserialize enums in Java, the pros and cons of different approaches, and the best practices for doing it right.
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.