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

Better support for custom assertions #84

Open
cyraxx opened this issue Aug 27, 2024 · 0 comments
Open

Better support for custom assertions #84

cyraxx opened this issue Aug 27, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@cyraxx
Copy link
Contributor

cyraxx commented Aug 27, 2024

Writing a custom assertion not natively supported by the library is currently pretty cumbersome:

  • For reading: We don't offer a way to register a custom assertion type for assertion deserialization, so you need to find the UnknownAssertion and then basically re-read the entire thing.
  • Writing is more straightforward but we don't publicly expose the needed UUIDs so you need to supply them yourself.
@cyraxx cyraxx added the enhancement New feature or request label Aug 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant