Closed JackMatusiewicz closed 6 years ago
Fixed, do you think a comment would be useful explaining why the unsupported check is now part way down the list?
Sure, maybe even a test that demonstrates DirectoryInfo is serializable using a custom pickler would be good.
Thanks
This fixes our issue regarding the pickling of a directory info. I've chosen to move the custom pickler up, rather than changing where the isUnsupportedType check happens. The rationale behind this is that if a user provides a custom pickler that is probably what should be used.