An open API service indexing awesome lists of open source software.

https://github.com/dorkbox/serializers

Common serialization utility methods for Kryo and related serialization frameworks
https://github.com/dorkbox/serializers

Last synced: over 1 year ago
JSON representation

Common serialization utility methods for Kryo and related serialization frameworks

Awesome Lists containing this project

README

          

Common Kryo Serializers

###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/Serializers) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/Serializers) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](https://gitlab.com/dorkbox/Serializers)

Maven Info
---------
```

...

com.dorkbox
Serializers
2.9

```

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.