qs
qs copied to clipboard
TO DO: serialization for upcoming R7 package
Two changes:
-
There will be a
marhsallgeneric that will wrap R7 objects into plain R data. This could benefit from callingmarhsallinternally. -
R7 uses S4 objects as the base for R7 that lack the S4 flag. Currently, qs assumes all S4 objects carry the S4 flag.
https://github.com/RConsortium/OOP-WG