Currently there are only converters for the basic json types and their java counterparts. It is cumbersome to write encoders and decoders for common types like int, long, double, Instant etc.
To add confusion, the codec module contains convenience codecs for some common types. This should be aligned.
Currently there are only converters for the basic json types and their java counterparts. It is cumbersome to write encoders and decoders for common types like int, long, double, Instant etc.
To add confusion, the codec module contains convenience codecs for some common types. This should be aligned.