Closed frankinstien111 closed 1 year ago
Try simplifying things...
The problem was due to the HtmlDocument object which is a part of the HtmlAgilityPack. The objects under that library are not necessary so I don't need to serialize them, but thought of it as nice to have.
I'm trying to serialize a complex object and I get this error:
Operation could destabilize the runtime. at _cgf(Object ) at fastJSON.JSONSerializer.WriteObject(Object obj) at fastJSON.JSONSerializer.WriteValue(Object obj) at fastJSON.JSONSerializer.WriteObject(Object obj) at fastJSON.JSONSerializer.WriteValue(Object obj) at fastJSON.JSONSerializer.ConvertToJSON(Object obj)
Below are the set of inheritable and nested classes of the object: ` [Serializable] public class BuildWikiPage : WebPage {
`