직렬화랑 비교를 많이 한다.
Serialization <--> Deserialization
Marshalling <--> Unmarshalling
여러 블로그의 공통점은 두 개념 다 하는 일은 똑같아 보이지만,
Serialization는 byte stream으로 만드는 작업이고 Marshalling은 이종언어/장치에 전달할 목적으로 직렬화하는 것이라고 한다.
https://hyesun03.github.io/2019/05/09/cleancode-05/
https://newseoul.tistory.com/144