You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
1 year ago | |
---|---|---|
gradle/wrapper | 1 year ago | |
src/dorkbox/serializers | 1 year ago | |
src9 | 1 year ago | |
test/dorkbox/serializers | 2 years ago | |
.gitignore | 2 years ago | |
LICENSE | 1 year ago | |
LICENSE.Apachev2 | 2 years ago | |
LICENSE.BSD3 | 2 years ago | |
README.md | 1 year ago | |
build.gradle.kts | 1 year ago | |
gradle.properties | 2 years ago | |
gradlew | 1 year ago | |
gradlew.bat | 1 year ago | |
settings.gradle.kts | 2 years ago |
README.md
Common Kryo Serializers
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Serializers</artifactId>
<version>2.7</version>
</dependency>
</dependencies>
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.