Open
Description
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?