Skip to content

Conversation

dkhalanskyjb
Copy link
Collaborator

  • Remove the @kotlinx.serialization.Serializable annotation from TimeZone and FixedOffsetTimeZone.
  • Deprecate TimeZoneSerializer and FixedOffsetTimeZoneSerializer with a warning.
  • Introduce and deprecate the .serializer() functions in their companion objects with a warning. Previously, this function used to be generated by the kotlinx.serialization compiler plugin.

Fixes #576

* Remove the `@kotlinx.serialization.Serializable`
  annotation from `TimeZone` and `FixedOffsetTimeZone`.
* Deprecate `TimeZoneSerializer`
  and `FixedOffsetTimeZoneSerializer`
  with a warning.
* Introduce and deprecate the `.serializer()`
  functions in their companion objects with a warning.
  Previously, this function used to be generated by the
  `kotlinx.serialization` compiler plugin.

Fixes #576
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove TimeZone and FixedOffsetTimeZone serialization

1 participant