I want to deserialize the string to list so I use @JsonAdapter + JsonDeserializer to solve the problem, but when I try to serialize the List, I get a {}
@JsonAdapter + JsonDeserializer
{}