Learn R Programming

tractor.base (version 3.3.5.1)

SerialisableObject-class: 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.

Arguments

Methods

fields()

Retrieve a list of all field names

serialise(file = NULL)

Serialise the object to a list or file