Common serialization utility methods for Kryo and related serialization frameworks
 
 
Go to file
Robinson 944b451da2 Added Path serializer, set public access for the different serializers used (which should be shared) 2021-08-22 21:48:43 -06:00
src/dorkbox/serializers Added Path serializer, set public access for the different serializers used (which should be shared) 2021-08-22 21:48:43 -06:00
src9 added kotlin to module-info 2021-08-22 15:48:30 -06: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 Removed serialization manager 2021-08-22 11:42:21 -06: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
LICENSE.MIT Updated version, JPMS 2021-05-03 02:02:40 +02:00
README.md Added Path serializer, set public access for the different serializers used (which should be shared) 2021-08-22 21:48:43 -06:00
build.gradle.kts Added Path serializer, set public access for the different serializers used (which should be shared) 2021-08-22 21:48:43 -06:00
gradle.properties code cleanup 2021-05-03 11:30:18 +02:00
gradlew updated gradle 2021-05-03 01:45:45 +02:00
gradlew.bat updated gradle 2021-05-03 01:45:45 +02: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.4</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.