We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aee72c commit a982003Copy full SHA for a982003
src/main/java/tools/jackson/databind/ser/std/StdContainerSerializer.java
@@ -10,6 +10,9 @@
10
* {@link java.util.Collection}s (<code>Lists</code>, <code>Sets</code>
11
* etc) and {@link java.util.Map}s and iterable things
12
* ({@link java.util.Iterator}s).
13
+ *<p>
14
+ * NOTE: in Jackson 2.x, this class was named {@code ContainerSerializer}
15
+ * (in package {@code com.fasterxml.jackson.databind.ser}).
16
*/
17
public abstract class StdContainerSerializer<T>
18
extends StdSerializer<T>
0 commit comments