Nathan Bedell
08/27/2021, 3:08 PMRichard Gomez
08/27/2021, 3:09 PM[ERROR] Failed to execute goal org.jetbrains.kotlin:kotlin-maven-plugin:1.5.21:compile (compile) on project my-project: Compilation failure
[ERROR] /Users/REDACTED/src/main/kotlin/MyModel.kt:[18,26] Serializer has not been found for type 'MyModel.NonSerializableClass'. To use context serializer as fallback, explicitly annotate type or property with @ContextualRichard Gomez
08/27/2021, 3:10 PMephemient
08/27/2021, 4:55 PMJson.encodeToString(value) -versus non-reflective Json.encodeToString(serializer(), value)ephemient
08/27/2021, 4:56 PM@Contextual, @Polymorphic may fail at runtime if you didn't register the types in the serializers moduleephemient
08/27/2021, 4:58 PM