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
Summary of the proposed change and some details about what problem
it helps solve.
I have a custom string type downstream (type myType string) and currently I have to write a CustomTypeAdapter that casts this to string to be able to use it. It would be great if the DefaultTypeAdapter could do this by itself, having to write a CustomTypeAdapter is needlessly complicated IMHO.
Example
Replace this text with an example indicating the desired functionality.
Alternatives considered
Briefly list alternative designs, or an example of the functionality to be replaced.
The text was updated successfully, but these errors were encountered:
Change
Summary of the proposed change and some details about what problem
it helps solve.
I have a custom string type downstream (
type myType string
) and currently I have to write aCustomTypeAdapter
that casts this to string to be able to use it. It would be great if theDefaultTypeAdapter
could do this by itself, having to write aCustomTypeAdapter
is needlessly complicated IMHO.Example
Replace this text with an example indicating the desired functionality.
Alternatives considered
Briefly list alternative designs, or an example of the functionality to be replaced.
The text was updated successfully, but these errors were encountered: