.. default-domain:: chpl .. module:: BinaryIO :synopsis: The BinaryIO module provides a BinarySerializer and BinaryDeserializer that BinaryIO ======== **Usage** .. code-block:: chapel use BinaryIO; or .. code-block:: chapel import BinaryIO; .. warning:: BinaryIO module is deprecated; please use the IO module instead The BinaryIO module provides a BinarySerializer and BinaryDeserializer that implement a simple binary IO format.