Replies: 2 comments
-
Incidentally, the |
Beta Was this translation helpful? Give feedback.
0 replies
-
The refhooks only work on "non-system reference objects", this being a term in base R. So your list with a custom class won't work. A classed environment would. End of the day, if it's about |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@shikokuchuo, thanks for introducing
serial_config()
. I am eager to build it intocrew
, but I am having trouble using it correctly. In the small test below, the (un)serialization functions do not seem to run. What am I missing?In addition, what should I write for the
class
argument ofserial_config()
if I want to serialize every object? If the mechanism is S3-based, wouldclass = "default"
work? I'm thinking aboutsfunc = qs2::qs_serialize
andufunc = qs2::qs_deserialize
.Created on 2025-03-27 with reprex v2.1.1
Session info
Beta Was this translation helpful? Give feedback.
All reactions