We now read and convert constructor property values through MappingRedisConverter.readProperty(…) to apply proper conversion. This way, constructor properties are read through the same methods as instance properties allowing to read back nested level entities. Previously, we were only reading simple properties or properties associated with a registered Converter. Original Pull Request: #329