• An array of boolean serializer that converts booleans to bits and vice versa.

    Parameters

    • size: number

      The amount of bytes to use for the bit array.

    • options: boolean | BitArraySerializerOptions = {}

      A set of options for the serializer.

    Returns Serializer<boolean[], boolean[]>

Generated using TypeDoc