Add an object serialization API #11624
Replies: 4 comments
-
dunno what you meant, V only supports serializing to JSON but it's very limited (lacks type information and etc.) |
Beta Was this translation helpful? Give feedback.
-
I think that's what they are saying, they'd like V to have its own serialization API, like Go's Gob. @keito940 it'll definitely be implemented next year :) |
Beta Was this translation helpful? Give feedback.
-
Wouldn't it be easier to stick with an existing in-memory format like sproto or Cap'n Proto instead of reinventing the wheel (like Go Gob kind of does)? |
Beta Was this translation helpful? Give feedback.
-
Yes, maybe. |
Beta Was this translation helpful? Give feedback.
-
Add an object serialization API similar to Go's Gob and Python's Pickle
Beta Was this translation helpful? Give feedback.
All reactions