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

Request: add configuration to enable/disable deserializing different formats #701

Closed
stevenliebregt opened this issue Aug 7, 2023 · 2 comments

Comments

@stevenliebregt
Copy link

It would be nice if it would be configurable to for example disable the deserialization from the simple format

@KodrAus
Copy link
Member

KodrAus commented Aug 11, 2023

Hi @stevenliebregt 👋

This is something you can do using the adapter types like Hyphenated, which will serialize using the given format. You can convert a reference to a Uuid into one of these types transparently at serialization time.

@KodrAus
Copy link
Member

KodrAus commented Oct 17, 2023

Coming back through some triage, it's been a while since there was any activity here so I'll go ahead and close this one. The adapter types are the best current way to tweak the representation of UUIDs when serializing/deserializing them.

@KodrAus KodrAus closed this as completed Oct 17, 2023
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

No branches or pull requests

2 participants