Make isNone - method of KuixConverter protected

2 messages - 795 views

The isNone - method is currently private in KuixConverter, if I wish to override KuixConverter with my own implementation, that method should be made protected or public so I don't have to make my own checks in my converter

Right, I'm ok with this ;)