public override void writeToBuffer(byte[] buffer, ref int index) { BinaryUtility.writeBool(buffer, ref index, mValue); }