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
Replace reflect.Type.Implements() with type assertion using comma-ok
idiom and remove redundant pointer interface check. The recursive
decode call handles pointer receiver implementations via CanAddr().
Eliminates unmarshalerType variable and reduces code complexity while
maintaining identical functionality and performance.
0 commit comments