Common serialization utility methods for Kryo and related serialization frameworks
 
 
Go to file
Robinson 41f82fb33e
Updated version
2022-03-15 08:36:09 +01:00
gradle/wrapper updated gradle 2022-03-03 00:03:34 +01:00
src/dorkbox/serializers Updated version 2022-03-15 08:36:09 +01:00
src9 update libraries, WIP JPMS 2022-01-06 23:43:22 -07:00
test/dorkbox/serializers Added unit tests from upstream 2021-05-17 00:14:32 +02:00
.gitignore Moved serializers from common utilities to it's own project 2021-01-14 23:14:26 +01:00
LICENSE Updated dependencies 2022-03-03 00:03:17 +01:00
LICENSE.Apachev2 Moved serializers from common utilities to it's own project 2021-01-14 23:14:26 +01:00
LICENSE.BSD3 updated license info 2021-01-15 01:37:16 +01:00
README.md Updated version 2022-03-15 08:36:09 +01:00
build.gradle.kts Updated version 2022-03-15 08:36:09 +01:00
gradle.properties code cleanup 2021-05-03 11:30:18 +02:00
gradlew Updated dependencies 2022-03-03 00:03:17 +01:00
gradlew.bat Updated dependencies 2022-03-03 00:03:17 +01:00
settings.gradle.kts Moved serializers from common utilities to it's own project 2021-01-14 23:14:26 +01:00

README.md

Common Kryo Serializers

Dorkbox Github Gitlab

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.