Common serialization utility methods for Kryo and related serialization frameworks
 
 
Go to file
Robinson 2f90eb3b70
updated build deps
2023-11-27 17:14:37 +01:00
gradle/wrapper updated gradle 2023-10-02 16:12:50 +02:00
src/dorkbox/serializers Code cleanup 2023-06-26 00:55:20 +02:00
src9 added JNA 2023-08-06 00:57:48 -06:00
test/dorkbox/serializers updated unit tests 2023-06-26 00:24:50 +02:00
.gitignore Moved serializers from common utilities to it's own project 2021-01-14 23:14:26 +01:00
LICENSE Update license 2023-06-25 23:14:42 +02: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 2023-06-26 00:24:20 +02:00
LICENSE.MIT Updated license 2023-06-26 00:24:20 +02:00
README.md Updated build deps, version, license 2023-06-25 19:25:11 +02:00
build.gradle.kts updated build deps 2023-11-27 17:14:37 +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 Hardcoded project name 2023-08-05 12:18:26 -06:00

README.md

Common Kryo Serializers

Dorkbox Github Gitlab

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>Serializers</artifactId>
      <version>2.9</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.