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
For commonly used classes like java.util.Date and java.util.UUID, it might be worth considering built-in support for them at the compiler level, eliminating the need for users to manually create type converters for these types.
For commonly used classes like
java.util.Date
andjava.util.UUID
, it might be worth considering built-in support for them at the compiler level, eliminating the need for users to manually create type converters for these types.@whitescent What do you think?
The text was updated successfully, but these errors were encountered: