charslaw / Pando

Pando serializes and tracks the history of a state tree
MIT License
2 stars 0 forks source link

Serializer Generator: Account for `Deconstruct` extension methods when checking validity of a type #56

Closed schultzcole closed 2 years ago

schultzcole commented 2 years ago

presently, it only considers Deconstruct methods defined in the type itself, but it should also search for extension methods that would fulfill the Deconstruct duck typing criteria.

schultzcole commented 2 years ago

Child of #32

schultzcole commented 2 years ago

Closing because we use property getters instead of deconstructions now