Differences From 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...]
To Artifact [1df911f605]:
- File tests/serialization.xml — part of check-in [fe84b53fd3] at 2021-10-23 12:28:13 on branch trunk — OFUUID: Add serialization support (user: js, size: 1761) [annotate] [blame] [check-ins using] [more...]
1 2 3 4 5 6 7 8 9 10 |
<?xml version='1.0' encoding='UTF-8'?>
<serialization xmlns='https://objfw.nil.im/serialization' version='1'>
<OFMutableDictionary>
<key>
<OFString>Blub</OFString>
</key>
<object>
<OFString>B"la</OFString>
</object>
<key>
| > > > > > > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
<?xml version='1.0' encoding='UTF-8'?>
<serialization xmlns='https://objfw.nil.im/serialization' version='1'>
<OFMutableDictionary>
<key>
<OFUUID>01234567-89AB-CDEF-FEDC-BA9876543210</OFUUID>
</key>
<object>
<OFString>uuid</OFString>
</object>
<key>
<OFString>Blub</OFString>
</key>
<object>
<OFString>B"la</OFString>
</object>
<key>
|
| ︙ | ︙ |