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

[QUESTION] I need to do to add custom serialization and deserialization to a certain type #415

Open
lotoohe-space opened this issue Mar 15, 2024 · 1 comment
Labels

Comments

@lotoohe-space
Copy link

May I ask what I need to do to add custom serialization and deserialization to a certain type.
For example, I defined a
Struct test_struct{
Int a;
Int b;
};
I hope this type can be serialized and deserialized according to my own method, rather than directly performing binary serialization. Is there any document that can provide support in this regard?

Copy link

Hi eRPC user. Thank you for your interest and welcome. We hope you will enjoy this framework well.

@lotoohe-space lotoohe-space changed the title [QUESTION] [QUESTION] I need to do to add custom serialization and deserialization to a certain type Mar 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

No branches or pull requests

1 participant