hazelcast/hazelcast-go-client

UUID serializer read and write methods conflicts with each other [API-1784]

Closed this issue · 1 comments

In the UUID serializer, the serializer first reads the most significant bit and then least where the write method writes the least significant bit first.

See: https://github.com/hazelcast/hazelcast-go-client/blob/master/internal/serialization/default_serializer.go#L384

Internal Jira issue: API-1784