Skip to content

Conversation

@tarcieri
Copy link
Member

Support for serializing Array<T, U> as a serde tuple.

Unfortunately serde lacks first-class support for arrays, so this is the best we can do other than a length-prefixed slice-like serialization, which might also be worth considering.

This seems like the most sensible place to start, though.

Closes #73

Support for serializing `Array<T, U>` as a serde tuple.

Unfortunately `serde` lacks first-class support for arrays, so this is
the best we can do other than a length-prefixed slice-like
serialization, which might also be worth considering.

This seems like the most sensible place to start, though.

Closes #73
@tarcieri tarcieri merged commit 3df563c into master Sep 12, 2024
14 checks passed
@tarcieri tarcieri deleted the serde-support branch September 12, 2024 18:04
@tarcieri tarcieri mentioned this pull request Oct 18, 2024
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.

Optional serde support

1 participant