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

fix: Custom Serializer for ColumnRef #184

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

DavePearce
Copy link
Collaborator

This puts in place a custom serializer for ColumnRef so that it can correctly be serialised into json. The reason is that ColumnRefs are used as keys into a HashMap, and therefore they require a custom serialiser.

This puts in place a custom serializer for `ColumnRef` so that it can
correctly be serialised into `json`.  The reason is that `ColumnRef`s
are used as keys into a `HashMap`, and therefore they require a custom
serialiser.
@DavePearce DavePearce linked an issue Jun 10, 2024 that may be closed by this pull request
@DavePearce DavePearce merged commit 8d36db8 into master Jun 10, 2024
1 check passed
@DavePearce DavePearce deleted the 134-problem-with-json-bin-feature branch June 10, 2024 05:01
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.

Problem with json-bin feature
1 participant