hazelcast/hazelcast-python-client

[TRACKING ISSUE] Move GenericRecord interfaces to its own package

hz-devops-test opened this issue · 1 comments

The tracking issue for the Java side PR.

See hazelcast/hazelcast#21955 for details.


The team decided to move the GenericRecord related interfaces
to its own package.

This PR moves the GenericRecord and GenericRecordBuilder interfaces
to the new serialization.genericrecord package.

not applicable to the python client, as we don't have generic records yet. we will put it into proper place when we implement it