hazelcast/hazelcast-python-client

[TRACKING ISSUE] [API-1250] Improve documentation for primitive-nullable primitive field interoperability

hz-devops-test opened this issue · 0 comments

The tracking issue for the Java side PR.

See hazelcast/hazelcast#21939 for details.


We allow reading nullable primitive fields as primitive fields
as long as they are not null. Also, it is possible to read
primitive fields as nullable primitives. The same holds true
for the arrays of such types.

This PR improves the Javadoc we have for these methods and mentions
about this possibility.