Object serialization: Difference between revisions

(Add Neko)
Line 1,440:
{ dest => [Town,Country,World], msg => Hello }
deserialized:
{ dest => [Town,Country,World], msg => Hello }</pre>
prompt$ xxd object-serialization.bin
00000000: 6f62 5e66 c261 0300 0000 7304 0000 0054 ob^f.a....s....T
00000010: 6f77 6e73 0700 0000 436f 756e 7472 7973 owns....Countrys
00000020: 0500 0000 576f 726c 6441 1a53 0073 0500 ....WorldA.S.s..
00000030: 0000 4865 6c6c 6f00 0000 0070 6f2d 588b ..Hello....po-X.
00000040: c84c 7314 0000 006f 626a 6563 742d 7365 .Ls....object-se
00000050: 7269 616c 697a 6174 696f 6e02 0000 0000 rialization.....
00000060: 0000 0061 0000 0000 0000 0000 7a ...a........z</pre>
 
=={{header|Objective-C}}==
Anonymous user