1.什么是序列化 序列化是将对象状态转换为可保持或传输的格式的过程,在序列化过程中,对象的公共字段和私有字段…
Hibernate JPA中@Transient、@JsonIgnoreProperties、@JsonIgn…