You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: