File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
src/main/java/com/fasterxml/jackson/databind/ser Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1010 * {@link java.util.Collection}s (<code>Lists</code>, <code>Sets</code>
1111 * etc) and {@link java.util.Map}s and iterable things
1212 * ({@link java.util.Iterator}s).
13+ *<p>
14+ * NOTE: in Jackson 3.x, this class is renamed {@code StdContainerSerializer}
15+ * (in package {@code tools.jackson.databind.ser.std}).
1316 */
1417@ SuppressWarnings ("serial" )
1518public abstract class ContainerSerializer <T >
@@ -35,8 +38,6 @@ protected ContainerSerializer(JavaType fullType) {
3538 /**
3639 * Alternate constructor that is (alas!) needed to work
3740 * around kinks of generic type handling
38- *
39- * @param t
4041 */
4142 protected ContainerSerializer (Class <?> t , boolean dummy ) {
4243 super (t , dummy );
You can’t perform that action at this time.
0 commit comments