https://github.com/dorkbox/serializers
Common serialization utility methods for Kryo and related serialization frameworks
https://github.com/dorkbox/serializers
Last synced: over 1 year ago
JSON representation
Common serialization utility methods for Kryo and related serialization frameworks
- Host: GitHub
- URL: https://github.com/dorkbox/serializers
- Owner: dorkbox
- License: other
- Created: 2022-10-02T15:40:57.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T16:14:59.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:01.695Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 192 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Common Kryo Serializers
###### [](https://git.dorkbox.com/dorkbox/Serializers) [](https://github.com/dorkbox/Serializers) [](https://gitlab.com/dorkbox/Serializers)
Maven Info
---------
```
...
com.dorkbox
Serializers
2.9
```
Gradle Info
---------
````
dependencies {
...
implementation("com.dorkbox:Serializers:2.3")
}
````
License
---------
This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further
references.