c# - How to find the field that is trying to be being serialized -
i have pretty complex object, called fullreport reference, many members , lists of complex objects holds data report. have service class used on place in fullreport , other objects contained in fullreport. service class should never serialized each field of type should have marked nonserialized when serialize fullreport getting "not marked serializable" error service class. trying use windbg answer in question suggests struggling attach. can give me other advice on how find field service class not marked nonserialized?
Comments
Post a Comment