Initial commit
This commit is contained in:
commit
159ce68dec
21 changed files with 924 additions and 0 deletions
13
hazelcast/readme.md
Normal file
13
hazelcast/readme.md
Normal 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
|
||||
```
|
Loading…
Add table
Add a link
Reference in a new issue