Differences From Artifact [4a5293ca90]:
- File
tests/serialization.xml
— part of check-in
[5f7305c659]
at
2017-10-31 21:39:36
on branch trunk
— OFURL: URL-encode according to RFC 3986
This also means the parameters go away and get folded into the path. (user: js, size: 1626) [annotate] [blame] [check-ins using]
To 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...]
1 | <?xml version='1.0' encoding='UTF-8'?> | | | 1 2 3 4 5 6 7 8 9 |
<?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>
|
| ︙ | ︙ | |||
27 28 29 30 31 32 33 |
<OFString>Hello</OFString>
</object>
<key>
<OFList>
<OFString>Hello</OFString>
<OFString>Wo
ld!
How are you?</OFString>
| | | 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 |
<OFString>Hello</OFString>
</object>
<key>
<OFList>
<OFString>Hello</OFString>
<OFString>Wo
ld!
How are you?</OFString>
<OFURL>https://objfw.nil.im/</OFURL>
<OFXMLElement name='x'>
<children>
<OFMutableArray>
<OFXMLElement name='y'/>
<OFXMLCDATA><![CDATA[<]]></OFXMLCDATA>
</OFMutableArray>
</children>
|
| ︙ | ︙ |