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

Add setting to choose MsgPack mode #11

Open
alexvaluyskiy opened this issue Jul 15, 2017 · 0 comments
Open

Add setting to choose MsgPack mode #11

alexvaluyskiy opened this issue Jul 15, 2017 · 0 comments

Comments

@alexvaluyskiy
Copy link
Collaborator

alexvaluyskiy commented Jul 15, 2017

internal enum MsgPackMode
{
    Contract = 1, //StandardResolver
    Contractless = 2, //ContractlessStandardResolver
    Typeless = 3 // TypelessContractlessStandardResolver
}

I don't know how to do it right now, becaus I have to call CompositeResolver.RegisterAndSetAsDefault in a static constructor

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

No branches or pull requests

1 participant