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>
2021-08-22 20:31:20 +02:00
<version>2.2</version>
</dependency>
</dependencies>
```
Gradle Info
---------
````
dependencies {
...
2021-05-03 02:02:40 +02:00
implementation("com.dorkbox:Serializers:1.0")
}
````
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.