You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Annotating property type with @Serializable does not override default serializer in typealias. (Just like #1895) To Reproduce
Attach a code snippet or test data if possible.
Expected behavior
All of them should print FooSerializer@* Environment
Kotlin version: 1.8.22
Library version: 1.5.1
Kotlin platforms: JVM
Gradle version: 8.2
IDE version: IntelliJ IDEA 2023.1.2 (Ultimate Edition) Build #IU-231.9011.34, built on May 16, 2023
Other relevant context: OpenJDK 17
The text was updated successfully, but these errors were encountered:
iseki0
changed the title
Annotating property type with @Serializable does not override default serialzer in typealias
Annotating property type with @Serializable does not override default serializer in typealias
Jul 5, 2023
Describe the bug
Annotating property type with
@Serializable
does not override default serializer in typealias. (Just like #1895)To Reproduce
Attach a code snippet or test data if possible.
Expected behavior
All of them should print
FooSerializer@*
Environment
The text was updated successfully, but these errors were encountered: