How Java Records Can Improve Serialization

preview_player
Показать описание
#Java #Records #OpenJDK
A new feature in Java 16, Records are suitable for serialization. Get an overview of both Records and serialization, then watch a demo showing how Record classes can improve the security, maintainability, and overall performance of serialization. Hear from Julia Boes (Member of Technical Staff, Oracle) and Chris Hegarty (Consulting Member of Technical Staff, Oracle).

⎯⎯⎯⎯⎯⎯ Chapters ⎯⎯⎯⎯⎯⎯
00:00 Intro
01:36 Serialization
02:25 Java Serialization
12:38 Java Records
25:51 How Records can make Serialization better
31:48 Resources
31:52 Q&A
Рекомендации по теме
Комментарии
Автор

Great video! Is there a video on how the JVM uses records? I'm interested to know how these are in memory in arrays and the nerdy particulars of their implementation in the JVM. What kinds of optimizations can be done with all the inherent requirements of the records.

Gennys