Closed LVMVRQUXL closed 8 months ago
Bug encountered in version 4.5.0.
4.5.0
After moving the EmailAddress type to the kotools.types.web package in #377, we forgot to update accordingly the serial name of its serializer.
EmailAddress
kotools.types.web
// Current behavior println(serializer<EmailAddress>().descriptor.serialName) // kotools.types.experimental.EmailAddress // Expected behavior println(serializer<EmailAddress>().descriptor.serialName) // kotools.types.web.EmailAddress
📝 Description
After moving the
EmailAddress
type to thekotools.types.web
package in #377, we forgot to update accordingly the serial name of its serializer.✅ Checklist