Closed
Description
I have an entity with ZoneId property.
When I made parsing String value within ZoneId.of() method I've got ZoneRegion implementation class.
E.g Zone.of("Europe/Paris) -> ZoneRegion("Europe/Paris)
During the Writing entity everything goes fine and have next info in hashes:
3)"timezone"
4) "Europe/Paris"
5) "timezone._class"
6) "java.time.ZoneRegion"
Accordingly, when I try to read value - follow exception occurs:
ConverterNotFoundException: No converter found capable of converting from type [byte[]] to type [java.time.ZoneRegion]