Replies: 1 comment
-
고생하셨습니다 👍👍 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
발생과정
List<RoomCart> roomCartList
에 post하고자 했다.원인
RoomCartResponseDTO
&RoomCartInfoDTO
**를 직렬화할 때 문제가 발생했음해결
JsonAutoDetect 설정 제거
@JsonAutoDetect(fieldVisibility = JsonAutoDetect.Visibility.ANY)
왜 이렇게 해결?
🔗 참고 URL
https://stackoverflow.com/questions/8367312/serializing-with-jackson-json-getting-no-serializer-found
https://steady-hello.tistory.com/90
Beta Was this translation helpful? Give feedback.
All reactions