sS intsToHex(L l) { if (l == null) null; ret bytesToHex(intListToByteArray(l)); }