This is a follow up to the following question on the JPA Transient annotation Why does JPA have a @Transient annotation?
I have a transient variable that I do not wa
I simply added JsonSerialize and JsonDeserialize annotations.
@Transient @JsonSerialize @JsonDeserialize private String myField;