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
{{ message }}
This repository was archived by the owner on Oct 30, 2025. It is now read-only.
in #880, we "discovered" the reflect-based approach for reading (and writing) values for which a r/w-streamer has been generated (roops, woops, rmops, wmops) won't work when the fields of those values are not exported.
what was done in #881 was to detect when a type implements rbytes.Unmarshaler and use that (so the reflect-based code isn't used).
in #880, we "discovered" the
reflect-based approach for reading (and writing) values for which a r/w-streamer has been generated (roops,woops,rmops,wmops) won't work when the fields of those values are not exported.what was done in #881 was to detect when a type implements
rbytes.Unmarshalerand use that (so thereflect-based code isn't used).options to generally address this:
unsafescheme