Skip to content

Conversation

@Jiyeong-github
Copy link
Contributor

No description provided.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

'SUID(SerialVersionUID)는 개발자가 직접 관리해야 한다'라고 하는데 실제로 엄격하게 관리하고 있는지, 관리하고 있다면 어떻게 관리하고 있는지 궁금합니다

ps. 참고한 자료라도 해당 내용을 스크랩하는 것보다, 별도로 정리한 뒤 출처를 명확히 밝히는게 더 좋지않을까 생각이 듭니다 :)

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

객체 역직렬화 필터링(java.io.ObjectInputFilter)의 간단한 예시가 궁금합니다

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  • DTO 정의할 때
  • JPA Entity 정의할 때
  • Kafka 프로듀서, 컨슈머를 정의할 때(Serializer, Deserializer 설정)
  • 등등

위에 정의된 목록은 간단하게 implements Serializable를 선언하거나 Serializer/Deserializer등을 설정해주어 프레임웍이나 라이브러리 내부적으로 직렬화/역직렬화를 사용하는 경우인데

  1. 개발자가 직접 사용하고 있진 않지만 내부적으로 직렬화/역직렬화를 사용하고 있어서 많이 신경써서 사용해야하는 케이스가 있을까요?
  2. 실제 업무에서 개발자가 직접 java.io.ObjectOutPutStream 등을 사용해서 직렬화를 하는 사례나 경험이 있을까요?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants