-
Notifications
You must be signed in to change notification settings - Fork 68
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
feat: BorshSerialize
/BoshDeserialize
/BorshSchema
for Cell
/RefCell
#265
Conversation
…ib types It's basically the same as the serde implementations from 5 years ago serde-rs/serde#882 .
@Fuuzetsu , btw, what is your motivation to add support for these types? |
BorshSerialize
/BoshDeserialize
/BorshSchema
for Cell
/RefCell
We have a I added Mutex/RwLock as a whole-sale "internal mutability" types though we don't currently serialise these ourselves. I'll address the comments soon, removing Mutex/RwLock. |
Thank you for getting this through. Sorry, I didn't have the time allocation to finish it up... |
It's basically the same as the serde implementations from 5 years ago serde-rs/serde#882 .