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

Feature: add serde to type defs in solana-accounts-db #35598

Closed
neutrinoks opened this issue Jul 1, 2024 · 1 comment
Closed

Feature: add serde to type defs in solana-accounts-db #35598

neutrinoks opened this issue Jul 1, 2024 · 1 comment
Labels
community Community contribution

Comments

@neutrinoks
Copy link

Problem

I'm working on a project which requires serialization on many type definitions in crate solana-accounts-db.

Proposed Solution

  • Add optional feature serde to crate solana-accounts-db.
  • Derive/implement traits Deserialize & Serialize on various data types.
  • Make serde-derives/impls triggered by crate's feature serde.
@neutrinoks neutrinoks added the community Community contribution label Jul 1, 2024
Copy link
Contributor

github-actions bot commented Jul 1, 2024

This repository is no longer in use. Please re-open this issue in the agave repo: https://github.com/anza-xyz/agave

@github-actions github-actions bot closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Community contribution
Projects
None yet
Development

No branches or pull requests

1 participant