Auto Register Union Types #283
Unanswered
Khalid-Nowaf
asked this question in
Q&A
Replies: 1 comment 1 reply
-
How would that function? How would parsing the schema know what object implements it? What happens when there are multiple objects that implement the same schema for different situations? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
After using Avrogen, I noticed my union types (more than two complex types ) become an "any" type, which I must manually register them explicitly (I got more than 20 types in my app).
Is there any way to register them implicitly? For example, parsing the schema should register them for me.
Beta Was this translation helpful? Give feedback.
All reactions