### Description Dumper does not render binary ID properly. In the #61141 issue there is proposal to convert binary data as with ```utf8Encode()``` method Example of such IDs in the dumps: ``` b"\x01•Š=…\eGo\x01…çï9D;è" ``` Proposal is to convert them to ``` b"0x01958a3d851b476f0185e7ef39443be8" ``` <img width="2160" height="1334" alt="Image" src="https://github.com/user-attachments/assets/caf6729c-3a99-4e77-b786-4200d0d4ccb5" /> ### Example _No response_