Learn R Programming

tractor.base (version 2.5.0)

SerialisableObject-class: Class "SerialisableObject"

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

Extends

All reference classes extend and inherit methods from "envRefClass".

References

Please cite the following reference when using TractoR in your work:

J.D. Clayden, S. Muñoz Maniega, A.J. Storkey, M.D. King, M.E. Bastin & C.A. Clark (2011). TractoR: Magnetic resonance imaging and tractography with R. Journal of Statistical Software 44(8):1-18. http://www.jstatsoft.org/v44/i08/.

Examples

Run this code
showClass("SerialisableObject")

Run the code above in your browser using DataLab