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

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -