Initial commit

This commit is contained in:
Piotr Dec 2024-03-16 12:51:44 +01:00
commit 159ce68dec
Signed by: stawros
GPG key ID: F89F27AD8F881A91
21 changed files with 924 additions and 0 deletions

13
hazelcast/readme.md Normal file
View file

@ -0,0 +1,13 @@
# Hazelcast serializer
Provides custom serializer for `TimeRange`.
## Usage
In `hazelcast.yaml` just add
```yaml
hazelcast:
serialization:
serializers:
- type-class: eu.ztsh.lib.time.TimeRange
class-name: eu.ztsh.lib.time.hazelcast.TimeRangeSerializer
```