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
When using RegisterExt with a custom type implementing Marshaler/Unmarshaler, encoding a map[int]interface{} containing that type produces Decode(nonaddressable) error on decode, and output is truncated/corrupt.
Upstream: vmihailenco#324
When using
RegisterExtwith a custom type implementingMarshaler/Unmarshaler, encoding amap[int]interface{}containing that type producesDecode(nonaddressable)error on decode, and output is truncated/corrupt.