hi, I'm working on creating a library to generate ...
# serialization
a
hi, I'm working on creating a library to generate TypeScript interfaces based on SerialDescriptors. I'm stuck on how to translate parent and sub classes though. Is it possible to get this information from SerialDescriptors, or SerializersModule? Or do I have to use kapt, or reflection, or KSP? Attached is an example of what I'd like to make
e
polymorphic serializer/descriptor doesn't know what its subtypes are - it gets that from the serializers module, which allows for polymorphic types to be registered at runtime