XMLSerialization Floating Point Accuracy

Posted by Steven on Stack Overflow See other posts from Stack Overflow or by Steven
Published on 2010-04-14T19:26:36Z Indexed on 2010/04/14 19:33 UTC
Read the original article Hit count: 246

Filed under:
|

Is it guaranteed that the binary representation of singles, doubles, and floats will be identical to the original after serializing and deserializing?

© Stack Overflow or respective owner

Related posts about xml-serialization

Related posts about .NET