Join Slack
Communities
Powered by
Is there any way to find a list of all classes ann...
# serialization
e
Emil Kantis
02/09/2024, 7:56 PM
Is there any way to find a list of all classes annotated with
@Serializable
? Preferably in a multiplatform-compatible way
Emil Kantis
02/09/2024, 7:56 PM
I suppose classgraph could be used for scanning for classes, but it would be JVM-only
👍 1
h
hfhbd
02/09/2024, 8:08 PM
You could write a KSP plugin, but it only scans your direct source code, code annotated in dependencies.
👍 1
10
Views
Open in Slack
Previous
Next