Comply with strict-raw-types, implicit-casts: false, implicit-dynamic: false
- Make generated code comply with analyzer option
strict-raw-types
. - Allow
Serialiers
declaration to comply withstrict-raw-types
, or to
continue to use raw types as before. - Make generated code comply with analyzer options
implicit-casts: false
andimplicit-dynamic: false
.