Bytea persist and retrieval in Postgresql with Spring Data JPA and Angular

I am sending an array from my Angular frontend to Spring Boot backend and this array is persisted as a bytea in the postgresql db, but when i retrieve it via a request from the frontend to the back...