File tree 1 file changed +3
-3
lines changed
src/main/java/com/fasterxml/jackson/annotation
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
7
7
/**
8
8
* General-purpose annotation used for configuring details of how
9
- * values of properties are to be serialized.
9
+ * values of properties are to be serialized and deserialized .
10
10
* Unlike most other Jackson annotations, annotation does not
11
- * have specific universal interpretation: instead, effect depends on datatype
11
+ * have specific universal interpretation: instead, effects depend on datatype
12
12
* of property being annotated (or more specifically, deserializer
13
13
* and serializer being used).
14
14
*<p>
19
19
*<p>
20
20
* As of Jackson 2.18, known special handling includes:
21
21
*<ul>
22
- * <li>{@link java.util.Date} or {@link java.util.Calendar} : Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
22
+ * <li>{@link java.util.Date} or {@link java.util.Calendar}: Shape can be {@link Shape#STRING} or {@link Shape#NUMBER};
23
23
* pattern may contain {@link java.text.SimpleDateFormat}-compatible pattern definition.
24
24
* </li>
25
25
* <li>{@code java.time.*}: Types in the {@code java.time} package can use
You can’t perform that action at this time.
0 commit comments