Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 Spring 中使用 @JsonSerialize 注释,然后序列化 GML 字符串,以便该字符串将显示在 MediaType "application/gml+xml" 中,其中 gml 标签可以展开和折叠。我想我可以在 Spring 3 中使用 StringHttpMessageConverter 来实现这一点。有没有人有使用这个的经验。我不知道如何让这个工作。有人可以建议吗?