You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"excludes=","[serializer, optional] Specify additional regular expression to filter in serialization target types. This filter is used for type full name including its namespace.",
182
183
value =>excludingPattern=value
183
184
},
185
+
{
186
+
"admit-non-public-types","[serializer, optional] Specify to enable code generation for non-public types.",
187
+
_ =>admitNonPublicTypes=true
188
+
},
184
189
{
185
190
"treat-warning-as-errors|treatWarningsAsErrors","[serializer, optional] Specify to generate error for compiler warnings for serialization target types.",
0 commit comments