FasterXML / FasterXML/jackson3-dev
Add new method(s) in serializer/deserializer factory for accessing only "POJO" (de)serializer
未關閉
enhancement
- 主要語言
- 沒有語言資料
- 星號
- 6
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
Although lookups by general Java type (Collection(-like), Map(-like), array, Enum, reference type, "other") works well for registering custom (de)serializers, there is one set of functionality where it is not sufficient: that of "shape-changing".
For example, when serializing `Enum` values "as POJOs" (by inspecting properties), lookup is needed ONLY for POJO serializer (`BeanSerializer`), and not for Enum type. But currently there is no way to explicitly specify desire for such (de)serializer. This requires clumsy work-arounds on factories, lack of extensibility. With 3.x we can add new methods to overcome this problem.
貢獻指南
這個儲存庫沒有索引到貢獻指南
評估
這個 Issue 還沒有評估資料。