jsoniter-scala icon indicating copy to clipboard operation
jsoniter-scala copied to clipboard

Add support for some popular Scala classes like `Duration`, non-case classes, etc.

Open plokhotnyuk opened this issue 7 years ago • 4 comments

plokhotnyuk avatar Nov 29 '17 07:11 plokhotnyuk

Non case-classes with be awesome ;)

ricardogaspar2 avatar Jul 06 '18 09:07 ricardogaspar2

@ricardogaspar2 Initial support of Scala non-case classes was added in the v0.29.0 release

It would be easier to add support of scala.concurrent.duration.Duration when the following bug will be fixed: https://github.com/scala/bug/issues/11178

plokhotnyuk avatar Sep 28 '18 11:09 plokhotnyuk

great! ;)

ricardogaspar2 avatar Sep 28 '18 12:09 ricardogaspar2

https://github.com/scala/bug/issues/11178 is closed.

shawjef3 avatar Feb 15 '21 22:02 shawjef3