Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/evolution-gaming/akka-serialization
Akka serialization utils
https://github.com/evolution-gaming/akka-serialization
akka scala serialization
Last synced: about 2 months ago
JSON representation
Akka serialization utils
- Host: GitHub
- URL: https://github.com/evolution-gaming/akka-serialization
- Owner: evolution-gaming
- License: mit
- Created: 2018-08-25T09:26:40.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-08-28T13:39:55.000Z (5 months ago)
- Last Synced: 2024-08-29T13:52:07.919Z (5 months ago)
- Topics: akka, scala, serialization
- Language: Scala
- Size: 98.6 KB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# akka-serialization
[![Build Status](https://github.com/evolution-gaming/akka-serialization/workflows/CI/badge.svg)](https://github.com/evolution-gaming/akka-serialization/actions?query=workflow%3ACI)
[![Coverage Status](https://coveralls.io/repos/github/evolution-gaming/akka-serialization/badge.svg?branch=master)](https://coveralls.io/github/evolution-gaming/akka-serialization?branch=master)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/44ec5451df3144b9ac4b40281b859f05)](https://app.codacy.com/gh/evolution-gaming/akka-serialization/dashboard?utm_source=gh&utm_medium=referral&utm_content=&utm_campaign=Badge_grade)
[![Version](https://img.shields.io/badge/version-click-blue)](https://evolution.jfrog.io/artifactory/api/search/latestVersion?g=com.evolutiongaming&a=akka-serialization_2.13&repos=public)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellowgreen.svg)](https://opensource.org/licenses/MIT)## Setup
```scala
addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2")libraryDependencies += "com.evolutiongaming" %% "akka-serialization" % "1.1.0"
```