Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extend FsPickler static methods to accept IPicklerResolver parameter. #126

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mchylek
Copy link

@mchylek mchylek commented Mar 4, 2022

This PR tries to resolve issue I found as part of extending Vagabond to use custom IPicklerResolver. I've noticed it works fine with Serialization but Vagabond.ComputeObjectDependencies use FsPickler.VisitObject that's currently missing support for providing custom resolver.

This change is not binary compatible as it's add optional parameter but I'm happy to update it as new methods overloads if needed.

It's partially related to #123

Extend FsPickler static methods to accept IPicklerResolver parameter.
Add missing overload and update docs
@mchylek
Copy link
Author

mchylek commented Mar 18, 2022

@eiriktsarpalis could you take a look on this PR? 😄

@mchylek
Copy link
Author

mchylek commented Mar 25, 2022

@eiriktsarpalis could you take a look on latest changes? Thanks!

@eiriktsarpalis
Copy link
Member

I'm pretty swamped with regular work at the moment, I'll take a look at some later point. Sorry!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants