This PR aims to improve the error handling of Decoder.decodeMapIntoMap() by:
Catching ClassCastException and transform into DeserializationException with an appropriate message
This logic should be in line with the error handling seen in Decoder.decodeMapIntoObject().
ReaderTest has been extended with a new test; this exercises the handling a datatype mismatch between the schema in the MMDB file and the provided class to populate
This PR aims to improve the error handling of Decoder.decodeMapIntoMap() by:
This logic should be in line with the error handling seen in Decoder.decodeMapIntoObject().
ReaderTest has been extended with a new test; this exercises the handling a datatype mismatch between the schema in the MMDB file and the provided class to populate