borer icon indicating copy to clipboard operation
borer copied to clipboard

Efficient CBOR and JSON (de)serialization in Scala

Results 41 borer issues
Sort by recently updated
recently updated
newest added

The code submitted supports Short, Int and Long in both reader and renderer. Can you please check if the overall style is acceptable for you? I am unsure about a...

Akka Persistence provides docs on how to migrate events when using Jackson-based serializer: https://doc.akka.io/docs/akka/current/serialization-jackson.html#schema-evolution or a protobuf-based one: https://doc.akka.io/docs/akka/current/persistence-schema-evolution.html [akka-kryo](https://github.com/altoo-ag/akka-kryo-serialization) docs, in turn, explicitly state that: _Note that this serializer...

Akka has a pattern for specifying serializers: first specify the serializer in `akka.actor.serializers` setting and then bind it with the types in `akka.actor.serialization-bindings`. To avoid doing this for each top-level...

Scalar types cannot be used as map keys when serializing to JSON, which I find inconvenient (I think Circe allows this). Quoting them as strings should be trivial. If you...

1. [`GenCodec`](https://github.com/AVSystem/scala-commons/blob/master/docs/GenCodec.md) with `CborInput/CborOutput` from AVSystems scala-commons. 2. [CBORFactory](https://github.com/FasterXML/jackson-dataformats-binary/tree/master/cbor) from the jackson-dataformat-cbor library that can be used with the jackson-module-scala library.

Updates * [org.scala-js:sbt-scalajs](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-library_2.13](https://github.com/scala-js/scala-js) * [org.scala-js:scalajs-test-bridge_2.13](https://github.com/scala-js/scala-js) from 1.10.1 to 1.11.0. [GitHub Release Notes](https://github.com/scala-js/scala-js/releases/tag/v1.11.0) - [Version Diff](https://github.com/scala-js/scala-js/compare/v1.10.1...v1.11.0) I'll automatically update this PR to resolve conflicts as long as you don't...

Updates * [io.circe:circe-core](https://github.com/circe/circe) * [io.circe:circe-generic](https://github.com/circe/circe) * [io.circe:circe-parser](https://github.com/circe/circe) from 0.14.2 to 0.14.3. [GitHub Release Notes](https://github.com/circe/circe/releases/tag/v0.14.3) - [Version Diff](https://github.com/circe/circe/compare/v0.14.2...v0.14.3) I'll automatically update this PR to resolve conflicts as long as you don't...

Updates * [org.scala-lang:scala3-library](https://github.com/lampepfl/dotty) * [org.scala-lang:scala3-library_sjs1](https://github.com/lampepfl/dotty) from 3.1.3 to 3.2.0. [GitHub Release Notes](https://github.com/lampepfl/dotty/releases/tag/3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/3.1.3...3.2.0) - [Version Diff](https://github.com/lampepfl/dotty/compare/release-3.1.3...release-3.2.0) I'll automatically update this PR to resolve conflicts as long as you...

Updates [com.typesafe.akka:akka-http](https://github.com/akka/akka-http) from 10.2.9 to 10.2.10. [GitHub Release Notes](https://github.com/akka/akka-http/releases/tag/v10.2.10) - [Version Diff](https://github.com/akka/akka-http/compare/v10.2.9...v10.2.10) I'll automatically update this PR to resolve conflicts as long as you don't change it yourself. If you'd...

Updates * [com.typesafe.akka:akka-actor-typed](https://github.com/akka/akka) * [com.typesafe.akka:akka-stream](https://github.com/akka/akka) from 2.6.19 to 2.6.20. [GitHub Release Notes](https://github.com/akka/akka/releases/tag/v2.6.20) - [Version Diff](https://github.com/akka/akka/compare/v2.6.19...v2.6.20) I'll automatically update this PR to resolve conflicts as long as you don't change it...