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
Since there is desire to allow serialization of formatted numbers, we need a way to distinguish cases where outputting will work. Generally this will be true for textual formats, and false for binary formats, but since this is quite specific usage let's add more specific accessor (as opposed to isTextual() or isBinary()).
The text was updated successfully, but these errors were encountered:
Since there is desire to allow serialization of formatted numbers, we need a way to distinguish cases where outputting will work. Generally this will be true for textual formats, and false for binary formats, but since this is quite specific usage let's add more specific accessor (as opposed to
isTextual()
orisBinary()
).The text was updated successfully, but these errors were encountered: