Serializes the attributes of the extended address.
List<int> attributeSerialize() { return CborMapValue.fixedLength(extendedAddress.payload.attrs.toJson()) .encode(); }