Differences From Artifact [173d674534]:
- File tests/serialization.xml — part of check-in [0f99128a67] at 2020-01-05 02:05:47 on branch trunk — Update URL in a few places (user: js, size: 1622) [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...]
| ︙ | ︙ | |||
14 15 16 17 18 19 20 |
<OFString>data</OFString>
</object>
<key>
<OFArray>
<OFString>Qu"xbar
test</OFString>
<OFNumber type='signed'>1234</OFNumber>
| | | 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
<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>
</object>
|
| ︙ | ︙ |