kotlinx.serialization.SerializationException: Serializer for class 'PilotoGet' is not found. Please ensure that class is marked as '@Serializable' and that the serialization compiler plugin is applied. #200
-
Hi, i am trying to implement supabase in my existing proyect, and i want to make a query to test that all works fine, but it throws me an exeception when i execute the program, it gives me this error: `E/AndroidRuntime: FATAL EXCEPTION: main
also the class has de @serializable in top of the data class. and i imported all the dependencies and the plugins. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 8 replies
-
Can you share the whole class? And also you are sure that you have installed the serialization plugin? |
Beta Was this translation helpful? Give feedback.
Okay, without a repo or another way to reproduce the problem, I can hardly know what's wrong. You can maybe ask in the kotlin slack under #serialization. Just to be sure, the kotlinx serialization plugin version is the same as kotlin?