Julia Boes

Julia Boes

Biography

Julia is an OpenJDK developer on Oracle’s Java Platform Group. She holds a Master’s degree in Linguistic and Computer Science. Her current work focuses on Record Serialization. Other passions are the outdoors, gardening and sports.

When Records Met Serialization: A Happy Tale
Records are a special type of class that will become final in Java 16. Their close coupling of immutable state and API makes them suitable for several use cases, one of them being serialization. This talk will introduce Records and the concept of serialization, before demonstrating how the properties of record classes can be leveraged to improve the security, maintainability and the overall efficiencies of serialization.