SerialisableObject-class {tractor.base}R Documentation

The SerialisableObject class

Description

This reference class extends the standard envRefClass class, adding a function for simple serialisation of the data fields of an object, and one for finding all of the methods available for an object. A serialised object may be deserialised using the deserialiseReferenceObject function.

Methods

fields()

Retrieve a list of all field names

serialise(file = NULL)

Serialise the object to a list or file


[Package tractor.base version 3.2.2 Index]