ProfessorAire/Evands.Pellucid-Crestron

Set refactored functionality to skip dumping values that have already been dumped somewhere else, not just properties that are the same as the current object.

Opened this issue · 1 comments

Set refactored functionality to skip dumping values that have already been dumped somewhere else, not just properties that are the same as the current object.

Currently we only prevent attempting to dump a static property that represents the current object. This scenario is typically for singleton values, such as the Options class with the Options.Instance property.