Skip to content

Make using old spec more accessible#516

Merged
AArnott merged 1 commit intoMessagePack-CSharp:masterfrom
AArnott:fix504
Jul 25, 2019
Merged

Make using old spec more accessible#516
AArnott merged 1 commit intoMessagePack-CSharp:masterfrom
AArnott:fix504

Conversation

@AArnott
Copy link
Collaborator

@AArnott AArnott commented Jul 23, 2019

It was already possible by the caller creating their own MessagePackWriter and passing that into the MessagePackSerializer.Serialize method overload that accepts that. But now every API can be used in OldSpec mode simply by setting that on the MessagePackSerializerOptions class.

Closes #504

It was already possible by the caller creating their own MessagePackWriter and passing that into the MessagePackSerializer.Serialize method overload that accepts that. But now *every* API can be used in OldSpec mode simply by setting that on the MessagePackSerializerOptions class.

Closes MessagePack-CSharp#504
@AArnott AArnott added this to the v2.0 milestone Jul 23, 2019
@AArnott AArnott requested a review from neuecc July 23, 2019 05:29
@AArnott AArnott self-assigned this Jul 23, 2019
Copy link
Member

@neuecc neuecc left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

OK.

@AArnott AArnott merged commit 7f29661 into MessagePack-CSharp:master Jul 25, 2019
@AArnott AArnott deleted the fix504 branch July 25, 2019 12:02
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.

Where is the OldSpecResolver on v2?

2 participants