static val RECID_ARRAY: GroupSerializer<LongArray>A predefined Serializer that handles non-null arrays of longs used as a recids whereby recids are serialized to an eight byte format including a checksum.
If a null array is passed to the Serializer, a NullPointerException will be thrown.
If an array that contains a null value is passed to the Serializer, a NullPointerException will be thrown.