Common serialization utility methods for Kryo and related serialization frameworks
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.
 
 
Go to file
Robinson ecf6ab9d78
Merge remote-tracking branch 'origin/master'
1 year ago
gradle/wrapper updated gradle 1 year ago
src/dorkbox/serializers Removed path serializer 1 year ago
src9 update libraries, WIP JPMS 1 year ago
test/dorkbox/serializers Added unit tests from upstream 2 years ago
.gitignore Moved serializers from common utilities to it's own project 2 years ago
LICENSE Updated dependencies 1 year ago
LICENSE.Apachev2 Moved serializers from common utilities to it's own project 2 years ago
LICENSE.BSD3 updated license info 2 years ago
README.md Updated version 1 year ago
build.gradle.kts Updated version 1 year ago
gradle.properties code cleanup 2 years ago
gradlew Updated dependencies 1 year ago
gradlew.bat Updated dependencies 1 year ago
settings.gradle.kts Moved serializers from common utilities to it's own project 2 years ago

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.