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
If it's a Bool (vs. bool), then first a extra byte of != null should be emitted, and then if it's not null, emit the byte representing the value.
Same goes for a String - emit a byte, and if not null emit the string.
And for any other type...
Thanks :-)
The text was updated successfully, but these errors were encountered:
If it's a
Bool
(vs.bool
), then first a extra byte of!= null
should be emitted, and then if it's not null, emit the byte representing the value.Same goes for a String - emit a byte, and if not null emit the string.
And for any other type...
Thanks :-)
The text was updated successfully, but these errors were encountered: