Skip to content

Woo Huiren's Blog

My 2cents as a web developer.

  • HOME
  • ABOUT
  • PORTFOLIO
  • CONTACT
  • BLOG

Tag: kotlinx

Custom Kotlin Serializer for BigDecimal

Since BigDecimal is part of Java Math and not Kotlin, a custom serializer is needed if you’re not using Jackson. After some thought, I chose to serialize it into a string using KSerializer. This means that you will need to…
Author Woo HuirenPosted on 3rd February 20223rd February 2022Categories ProgrammingTags kotlin, kotlinx2 Comments on Custom Kotlin Serializer for BigDecimal

Stay up to date

Enter your email address to subscribe to this premium enterprise blog for free and receive notifications of new premium enterprise blog posts by email.

  • HOME
  • ABOUT
  • PORTFOLIO
  • CONTACT
  • BLOG
Woo Huiren's Blog Proudly powered by WordPress