20,741
edits
| Line 9: | Line 9: | ||
var serialized = serialize(myVector); # [1,2,3,4,5]  | var serialized = serialize(myVector); # [1,2,3,4,5]  | ||
unserialize(serialized);  | unserialize(serialized);  | ||
<syntaxhighlight>  | </syntaxhighlight>  | ||
== Background ==  | == Background ==  | ||