File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/main/java/com/fasterxml/jackson/databind/ser/std Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -10,6 +10,8 @@ Version: 2.3.1 (xx-Dec-2013)
10
10
(contributed by stuartwdouglas@github)
11
11
#362: UUID output as Base64 String with ObjectMapper.convertValue()
12
12
(reported by jknack@github)
13
+ - Fix for [jackson-module-afterburner#38]: need to remove @JacksonStdImpl from
14
+ `RawSerializer`, to avoid accidental removal of proper handling.
13
15
14
16
------------------------------------------------------------------------
15
17
=== History: ===
Original file line number Diff line number Diff line change 14
14
* This is a simple dummy serializer that will just output raw values by calling
15
15
* toString() on value to serialize.
16
16
*/
17
- @ JacksonStdImpl
18
17
public class RawSerializer <T >
19
18
extends StdSerializer <T >
20
19
{
You can’t perform that action at this time.
0 commit comments