Common serialization utility methods for Kryo and related serialization frameworks
Go to file
2021-05-03 01:45:45 +02:00
src/dorkbox/serializers Refactoring, added base serializers from upstream project 2021-05-03 01:45:01 +02:00
.gitignore Moved serializers from common utilities to it's own project 2021-01-14 23:14:26 +01:00
build.gradle.kts Updated version info 2021-01-15 01:22:14 +01:00
gradlew updated gradle 2021-05-03 01:45:45 +02:00
gradlew.bat updated gradle 2021-05-03 01:45:45 +02:00
LICENSE updated license info 2021-01-15 01:37:16 +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 Moved serializers from common utilities to it's own project 2021-01-14 23:14:26 +01:00
settings.gradle.kts Moved serializers from common utilities to it's own project 2021-01-14 23:14:26 +01:00

Common Dorkbox Kryo Serializers

Dorkbox Github Gitlab

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>Serializers</artifactId>
      <version>1.0</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:Serializers:1.0"
}

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.