초보개발자

[Spring] @JsonProperty와 @SerializedName 본문

WEB Server/Spring

[Spring] @JsonProperty와 @SerializedName

___yejin 2018. 2. 26. 23:02

간단하게 설명하면 다음과 같다.


Jackson을 이용할 경우 @JsonProperty를 사용

Gson을 이용할 경우 @SerializedName을 사용

'WEB Server > Spring' 카테고리의 다른 글

[Spring] @RequestParam 관련 Handle Exception  (0) 2018.03.15
[Spring] can't find symbol about Lombok  (0) 2018.02.06
Comments