“Records Serialization” with Julia Boes and Chris Hegarty
Listen now
Description
Records are a standard and permanent Java language feature starting Java 16. This was a good occasion for David to discuss Records serialization with Julia Boes and Chris Hegarty who have been deeply involved in the recent serialization improvements. In this episode, you will see that the approach of serializing records drastically changes from the serialization of traditional classes. Make sure to check the detailed show-notes https://insinde.java/2021/03/08/podcast-014/
More Episodes
The Foreign Function and Memory API will be finalised in JDK 22. This API helps you integrate native code within your Java program.  Using this new API you can efficiently invoke code outside the JVM, safely access memory not managed by the JVM, call native libraries and process native data...
Published 01/08/24
Published 01/08/24
Sequenced Collections, targeted for JDK 21, are a new collection type created to represent a sequence of elements with a defined encounter order. Ana recorded this episode with Stuart Marks, the owner of JEP 431 about Sequenced Collections. Stuart discusses the essence of Sequenced Collection...
Published 04/25/23