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
As I proposed in #3, there could be an attribute, let's say [BinarySerializeWith], which would allow users to define which function to use to parse the field. This will allow for type safe interactions as well, via the power of ✨ ANALYZERS ✨.
As I proposed in #3, there could be an attribute, let's say
[BinarySerializeWith], which would allow users to define which function to use to parse the field. This will allow for type safe interactions as well, via the power of ✨ ANALYZERS ✨.