Codec module allows to work with custom object transformations by encoding and decoding them in a fast and efficient way.
You can add this module to your project by inserting the following dependency to pom.xml:
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>datakernel-codec</artifactId>
<version>3.2-SNAPSHOT</version>
</dependency>