time/hazelcast
2024-05-19 23:30:05 +02:00
..
src chore: License 2024-05-19 23:30:05 +02:00
pom.xml chore: License 2024-05-19 23:30:05 +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