When serializing Unicode strings into bytes, there are several different strategies to choose from. UTF-16 is one such format, and it tranforms each codepoint (character) into two or four bytes. Since ...
A custom format allows you to fully control the output of the streams. You can test your formats live at the configuration page using the Preview. When writing your format, you have access to specific ...