Open utterances-bot opened 5 years ago
안녕하세요! 글을 읽고 궁금한 부분이 있어 질문 남깁니다!
transient 키워드를 적용시킨 name필드의 역직렬화 결과 데이터가 null 인데, 애초에 직렬화를 할 때부터 name 필드의 Data는 직렬화 대상에서 제외되었기 때문에 직렬화가 되지 않았기 때문에 역직렬화 결과가 null 값인 건가요??
transient 를 적용시키면 혹시 getter/setter에도 영향을 주게 되는건가요??
감사합니다!
안녕하세요 @n1tjrgns님.
Variables may be marked transient to indicate that they are not part of the persistent state of an object.
감사합니다.
@NESOY 감사합니다!!
Java transient이란?
undefined
https://nesoy.github.io/