We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48806d8 + e0bd002 commit d8a3073Copy full SHA for d8a3073
serde/core.py
@@ -722,6 +722,7 @@ def {{type_check_func}}(self):
722
compat.is_list(f.type) or
723
compat.is_dict(f.type) or
724
compat.is_tuple(f.type) or
725
+ compat.is_opt(f.type) or
726
compat.is_primitive(f.type) or
727
compat.is_str_serializable(f.type) or
728
compat.is_datetime(f.type)) %}
0 commit comments