gy_serialise: Serialise and deserialise a list of objects/files

View source: R/gy_serialise.R

gy_serialiseR Documentation

Serialise and deserialise a list of objects/files

Description

Serialise and deserialise a list of objects/files

Usage

gy_serialise(object, files = character(0), method = "qs", ...)

gy_deserialise(object, files = TRUE, ...)

gy_serialize(object, files = character(0), method = "qs", ...)

gy_deserialize(object, files = TRUE, ...)

Arguments

object

the object to encrypt

files

external files to serialise (not yet implemented)

method

the serialisation method to use (base, qs, or custom)

...

arguments passed to the underlying serialisation method


ku-awdc/goldeneye documentation built on Jan. 30, 2024, 12:35 a.m.