Serde for Vec and Mat
MagicRB opened this issue · 5 comments
MagicRB commented
It would be really nice to have serde support behind a feature for the it makes sense for, I could only find Vec and Mat, though I might be missing some.
MagicRB commented
I'm going to try to take this up, shouldn't be that hard I suppose.
MagicRB commented
I need help with making a special case for the wide types, since they don't have Serialize
and Deserialize
implemented.
EDIT: Or I could just not put it in the macro..
fu5ha commented
Just impl them outside the macros only for the non wide types
…On Mon, Jan 13, 2020, 1:19 PM MagicRB ***@***.***> wrote:
I need help with making a special case for the wide types, since they
don't have Serialize and Deserialize implemented.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#23>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAGYXH6KTO4JV7XBOBWT25TQ5TEDJANCNFSM4KGHWHRQ>
.