Kotlin-Multiplatform-Libraries VS jackson-module-kotlin

Compare Kotlin-Multiplatform-Libraries vs jackson-module-kotlin and see what are their differences.

Kotlin-Multiplatform-Libraries

Kotlin Multiplatform Libraries. Welcome PR if you find or create new Kotlin Multiplatform Library. (by AAkira)

jackson-module-kotlin

Module that adds support for serialization/deserialization of Kotlin (http://kotlinlang.org) classes and data classes. (by FasterXML)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
Kotlin-Multiplatform-Libraries jackson-module-kotlin
5 9
2,542 1,101
- 1.1%
8.0 9.3
about 1 month ago 5 days ago
Kotlin
- Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Kotlin-Multiplatform-Libraries

Posts with mentions or reviews of Kotlin-Multiplatform-Libraries. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-14.
  • Multi-platform libraries built with Kotlin Multiplatform (KMP)
    6 projects | dev.to | 14 Mar 2024
    There's nothing you can do. However, Kotlin's official provides several libraries, so the scope that can be achieved using them is by no means small. Also, AAkira/Kotlin-Multiplatform-Libraries introduces several famous libraries created with Kotlin Multiplatform, which can be helpful. However, it can be quite disappointing when certain environments are not supported. But let's think of it as an opportunity! Let's become the first person to implement it!
  • Do you use kotlin/js?
    5 projects | /r/Kotlin | 4 Jan 2022
    Now if you're just writing a crud app (what my hobby project is) and you use compose multiplatform for your UI, SQLDelight for persistence, and one of the many MPP architecture libraries, you don't have to write a wrapper.
  • How We integrated Kotlin Multiplatform Into Profi
    6 projects | /r/KotlinMultiplatform | 26 Jul 2021
    We did encounter some problems as a result of our ignorance. When we started on the project, there was very little information on the implementation of KMM, so we had to solve all of the issues ourselves. The Kotlin Multiplatform community is growing rapidly with more articles and reports appearing at conferences and meetups. There are channels in Slack and Telegram, libraries for Kotlin Multiplatform, and so on, plenty of information sources available.
  • Kotlin Team AMA #3: Ask Us Anything
    52 projects | /r/Kotlin | 27 May 2021
    From https://github.com/AAkira/Kotlin-Multiplatform-Libraries#cipher: https://github.com/korlibs/krypto https://github.com/ionspin/kotlin-multiplatform-libsodium
  • WooCommerce Client - Kotlin Multiplatform mobile - Discussion for Library
    2 projects | /r/Kotlin | 1 Jan 2021
    There is a fair selection of libs listed here: Kotlin-Multiplatform-Libraries If you need some deeper insights drop me a DM

jackson-module-kotlin

Posts with mentions or reviews of jackson-module-kotlin. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-19.
  • Jackson, moshi or kotlinx.serialization?
    8 projects | /r/Kotlin | 19 Oct 2022
    strictNullCheck option in the Kotlin module doesn't cover non-object-field situations at all. https://github.com/FasterXML/jackson-module-kotlin/issues/479
  • Strings, Please! Eliminating Data Leaks Caused by Kotlin Assertions
    1 project | /r/Kotlin | 27 Jul 2022
    But, it sucked. I was constantly finding bugs related to nullability, around generics, inline/value classes, etc. And it wasn't the typical trivial ones, either. Figuring out that you're calling a Java library and encountering a "platform type" is the least problematic. My biggest struggle came from using libraries that were written in Java first, but then added a Kotlin API on top. So, my code didn't know I was dealing with a platform type and neither did I. Yet they were still broken. Some of them are broken in an unfixable way, such as JacksonXML's Kotlin module: https://github.com/FasterXML/jackson-module-kotlin/issues/479. So many Java libraries rely on reflection even when it's not obvious that they might, so you pretty much can't ever use value classes in Kotlin, including the unsigned number types.
  • From Java to Kotlin. There and back again
    7 projects | dev.to | 1 Apr 2022
    You should add Jackson Module Kotlin in your project. After that, you can't specify a type of object explicitly.
  • How Cloudflare security responded to log4j2 vulnerability
    3 projects | /r/programming | 11 Dec 2021
    Not really, you just need to handle some standard types and have a good extension mechanism to let the user implement factories. That library having built in support for UUID and datetime is probably a bit much, I'd prefer a plugin like https://github.com/FasterXML/jackson-module-kotlin
  • Ktor vs Spring for creating an API
    2 projects | /r/Kotlin | 2 Sep 2021
    There is a bug at this very moment that makes it literally impossible to deserialize [1, 2, 3, null] into a List with Jackson's Kotlin module. Yes- even if you set KotlinModule(strictNullChecks = true). It's just broken. (Here's the link: https://github.com/FasterXML/jackson-module-kotlin/issues/479)
  • Kotlin Team AMA #3: Ask Us Anything
    52 projects | /r/Kotlin | 27 May 2021
    Got you, thanks. I didn’t mean to sound offensive - a better wording would be that they don’t seem to prioritize this part, at least based on https://github.com/FasterXML/jackson-module-kotlin/issues/199, which has one abandoned branch from a 3rd party and a couple of comments from from maintainers.
  • kotlinx.serialization 1.2 Released: High-Speed JSON Handling, Value Class Support, Overhauled Docs, and more
    5 projects | /r/Kotlin | 7 May 2021
    If you use Jackson, don't forget to include the Kotlin extensions https://github.com/FasterXML/jackson-module-kotlin
  • Serializing and deserializing "Any" Kotlin type using jackson mapper
    1 project | /r/javahelp | 18 Feb 2021
    Did you include jackson-module-kotlin?

What are some alternatives?

When comparing Kotlin-Multiplatform-Libraries and jackson-module-kotlin you can also consider the following projects:

Decompose - Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)

kotlinx.serialization - Kotlin multiplatform / multi-format serialization

kotlinx-datetime - KotlinX multiplatform date/time library

klaxon - A JSON parser for Kotlin

multiplatform-settings - A Kotlin Multiplatform library for saving simple key-value data

avro4k - Avro support for kotlinx.serialization

kotlinx.coroutines - Library support for Kotlin coroutines

Kotson

KorGE - KorGE Game Engine. Multiplatform Kotlin Game Engine

KTON - Object notation in pure Kotlin!

koin - Koin - a pragmatic lightweight dependency injection framework for Kotlin & Kotlin Multiplatform

fluid-json - A JSON library written in pure Kotlin