Serializers/README.md

34 lines
824 B
Markdown
Raw Normal View History

2021-05-03 02:02:40 +02:00
Common Kryo Serializers
###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/Serializers) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/Serializers) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/Serializers)
Maven Info
---------
```
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Serializers</artifactId>
2022-03-03 00:02:49 +01:00
<version>2.6</version>
</dependency>
</dependencies>
```
Gradle Info
---------
````
dependencies {
...
2021-08-22 23:49:18 +02:00
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.