Skip to content

Commit e48e3e6

Browse files
Change to broader type to suppress serialization of more types.
1 parent 5b505c5 commit e48e3e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Src/StackifyLib/Utils/HelperFunctions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class HelperFunctions
1818
ReferenceLoopHandling = ReferenceLoopHandling.Ignore,
1919
Converters = new List<JsonConverter>() {
2020
new ToStringConverter("Module", typeof(Module)),
21-
new ToStringConverter("Method", typeof(MethodBase)),
21+
new ToStringConverter("Method", typeof(MemberInfo)),
2222
new ToStringConverter("Assembly", typeof(Assembly)),
2323
}
2424
};

0 commit comments

Comments
 (0)