We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a37b4b5 commit f62b4a1Copy full SHA for f62b4a1
router-serialization/cbor/build.gradle.kts
@@ -18,7 +18,7 @@ mavenPublishing {
18
)
19
20
pom {
21
- name.set("Router Serialization (Json)")
+ name.set("Router Serialization (Cbor)")
22
description.set(
23
"""
24
Kotlin RSocket library for type-safe serializable routing. Provides Cbor implementation of `ContentSerializer`.
router-serialization/protobuf/build.gradle.kts
+ name.set("Router Serialization (ProtoBuf)")
Kotlin RSocket library for type-safe serializable routing. Provides ProtoBuf implementation of `ContentSerializer`.
0 commit comments