time/hazelcast
Piotr Dec 7c95c1d92a
feat: Hazelcast update
hazelcast-all artifact is not maintained since May 2023. All versions up to 5.3.5 are vulnerable.
2024-07-12 01:23:02 +02:00
..
src chore: License 2024-05-19 23:30:05 +02:00
pom.xml feat: Hazelcast update 2024-07-12 01:23:02 +02:00
readme.md Initial commit 2024-03-16 12:51:44 +01:00

Hazelcast serializer

Provides custom serializer for TimeRange.

Usage

In hazelcast.yaml just add

hazelcast:
  serialization:
    serializers:
      - type-class: eu.ztsh.lib.time.TimeRange
        class-name: eu.ztsh.lib.time.hazelcast.TimeRangeSerializer