Differences From Artifact [904cd48eb0]:
- File tests/serialization.xml — part of check-in [59e1c84d30] at 2020-07-19 11:49:48 on branch trunk — OFNumber: Refactor to reduce code size (user: js, size: 1623) [annotate] [blame] [check-ins using] [more...]
To Artifact [c1b84078b7]:
- File
tests/serialization.xml
— part of check-in
[9746cff094]
at
2020-08-22 18:39:48
on branch trunk
— OFNumber: Don't always use the smallest type
This is annoying as it changes the type encoding, and hence makes
-[getValue:size:] a pain. (user: js, size: 1621) [annotate] [blame] [check-ins using] [more...]
| ︙ | ︙ | |||
13 14 15 16 17 18 19 |
<object>
<OFString>data</OFString>
</object>
<key>
<OFArray>
<OFString>Qu"xbar
test</OFString>
| | | 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
<object>
<OFString>data</OFString>
</object>
<key>
<OFArray>
<OFString>Qu"xbar
test</OFString>
<OFNumber type='signed'>1234</OFNumber>
<OFNumber type='float'>40934a456d5cfaad</OFNumber>
<OFMutableString>asd</OFMutableString>
<OFDate>40934a456d5cfaad</OFDate>
</OFArray>
</key>
<object>
<OFString>Hello</OFString>
|
| ︙ | ︙ |