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 Bebop Support #424

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Add Bebop Support #424

wants to merge 1 commit into from

Conversation

andrewmd5
Copy link

This PR adds support for the schema based serialization format, Bebop. Unlike other serializers this library supports, Bebop has a strongly typed runtime and does not use reflection, nor can it serialize arbitrary POCO and system types. For that reason I did not add any test because it would require a larger refactor of the test suite.

BebopMirror handles resolving all the relevant types.

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

1 participant