You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use jsoniter-scala with the case classes generated using this awesome tool. the hindrance that i see is that for cases like this a trait is generated, but the problem is i cannot use jsoniter-scala macros to generate decoders because the base trait is not sealed. can we have perhaps an option to make the generated base class sealed for this purpose?