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
Currently the rule is that ADL types Float and Double are serialised as json numbers. This won't work for NaN and Inf across the language bindings.
A possible alternate rule would be:
ADL types Float and Double are serialized as json numbers, except that NaN values are serialised as the string "NaN", and Inf values are serialised as the string "Inf".
The text was updated successfully, but these errors were encountered:
Currently the rule is that ADL types
Float
andDouble
are serialised as json numbers. This won't work for NaN and Inf across the language bindings.A possible alternate rule would be:
ADL types Float and Double are serialized as json numbers, except that NaN values are serialised as the string "NaN", and Inf values are serialised as the string "Inf".
The text was updated successfully, but these errors were encountered: