Tag: java14
- 💾 Java Records 💿 with Jackson 2.12 (04 Mar 2021)
Java Record is a new kind of type declaration in the Java language. In this article, we are going to see how we can serialize and deserialize records to/from JSON using Jackson 2.12.0. - 💾 Java 14 Records 🐞 with JakartaEE JSON-B (20 Apr 2020)
Java 14 Record is a new kind of type declaration in the Java language. In this article, we are going to see how we can serialize and deserialize records to/from JSON using JakartaEE JSON-B. - 🚀 Java 14 Records 💾 (Preview) (17 Apr 2020)
Java 14 Record is a new kind of type declaration in the Java language. Like an enum, a record is a restricted form of class. It declares its representation and commits to an API that matches that representation.