erpc icon indicating copy to clipboard operation
erpc copied to clipboard

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

Open lotoohe-space opened this issue 1 year ago • 1 comments

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?

lotoohe-space avatar Mar 15 '24 02:03 lotoohe-space