Will PhotonView serialisation automatically pack booleans as bits?

Options
For example, if I serialise 8 booleans in a row, will they be packed into a single byte, with each bit being on or off? Easy enough to do manually, but I don't want to write any code that is already built into the serialisation.