kotlinx-datetime icon indicating copy to clipboard operation
kotlinx-datetime copied to clipboard

Rework the serializers using the DateTimeFormat API

Open dkhalanskyjb opened this issue 1 year ago • 0 comments

  • Default serializers are separated from the ISO serializers, which now mirror the behavior of Formats.ISO instead of toString/parse.
  • New API: custom serializers parameterized with a DateTimeFormat.
  • Serial names are properly distinct for incompatible formats.

Fixes #350 Fixes #351 Fixes #416

dkhalanskyjb avatar Jul 23 '24 13:07 dkhalanskyjb