We are using Version: SmartClient 12.1-p20211102
When boolean properties are accessed using accessors, it seems only "get" convention is recognised as opposed to "is" convention.
For instance, if a boolean getter is "isFlying()" this is not serialised and I do not see flying boolean property when I look at
serialised JavaScript object. However, after I change boolean getter to "getFlying()" it works and I can see boolean property and
value in the JS array. We are using Version: SmartClient 12.1-p20211102
Is SmartClient only looking for "get" convention for boolean properties as well?
Comment