Skip to main content

ActiveJ 5.4.3 - Simplified custom serializers

· One min read

ActiveJ v5.4.3 was released on Sep 16, 2022 (see on Maven). This release introduces a simplified approach for creating serializers for custom classes.

  • Added an abstract SimpleSerializerDef class that simplifies the creation of custom serializers. Serializers for custom classes can now be created without the use of the Expressions API