top | item 8547536

(no title)

ttaubert | 11 years ago

For non-binary data in general you would have to create your own serialization mechanism. For everything that can be represented textually you can however use the TextEncoder/Decoder API: "var buffer = new TextEncoder("utf-8").encode(text)".

discuss

order

diafygi|11 years ago

Thanks for the response. What I wouldn't give for a built-in equivalent of python's pickle.