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

feat: BebopSerializer, IIDecodable #335

Merged
merged 1 commit into from
Jul 15, 2024
Merged

feat: BebopSerializer, IIDecodable #335

merged 1 commit into from
Jul 15, 2024

Conversation

andrewmd5
Copy link
Contributor

  • adds a new BebopSerializer class which handles encoding and decoding in a single place.
  • adds a new IDecodable interface which allows generated code to implement static abstract Decode methods
  • drops support for old .NET Framework and exclusively supports .NET 8 & 9

@andrewmd5 andrewmd5 force-pushed the interface-changes branch from 9175c37 to 8d74373 Compare July 15, 2024 15:00
- adds a new BebopSerializer class which handles encoding and decoding in a single place.
- adds a new IDecodable<T> interface which allows generated code to implement static abstract Decode methods
- drops support for old .NET Framework and exclusively supports .NET 8 & 9

fix: ci

fix: tests

fix: language version

fix: workflow
@andrewmd5 andrewmd5 force-pushed the interface-changes branch from 8d74373 to e0b09f3 Compare July 15, 2024 15:03
@andrewmd5 andrewmd5 merged commit 41c2575 into master Jul 15, 2024
10 checks passed
@andrewmd5 andrewmd5 deleted the interface-changes branch July 15, 2024 15:15
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.

1 participant