Marshalling of 'bigmemory' objects
# S3 method for class 'big.matrix'
marshal(x, ...)
# S3 method for class 'big.memory'
marshallable(...)
A marshalled
object as described in marshal()
.
bigmemory::write.big.matrix()
is used to produce a marshalled version
of the original object.
bigmemory::read.big.matrix()
is used to reconstruct a version of the
original object from the marshalled object.