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
* change tuple constructor to use an iterator, so it's not indexed based (and so a little less fragile)
* distinct the given serializers, before generating
* make a distinction between a type alias (to one type) and type union (helps with the 'brand typing' option')
- change the formatting of type unions
-
* add kotest
* fix extracting SerialDescriptors from within subclasses
* additional test for serializer extraction from sealed classes
* document polymorphic descriptor extraction
0 commit comments