Description: | This package provides the class Serializer, which can be used to generate a snapshot of the current state of the workspace in the form of an XOTcl source code |
Authors: | Gustaf Neumann, Gustaf.Neumann@wu-wien.ac.at Uwe Zdun, uwe.zdun@uni-essen.de |
Date: | $Date: 01/03/23 21:55:33+01:00 $ |
Arguments: | ?fn?: optional filename |
Description: | Serialize all objects and classes that are currently defined. If fn is not specified the function returns the source code to recreate the workspace. If fn is specified the source code is written into the specified file. |
Return: | script or empty string |
Arguments: | entity: Object or Class |
Description: | Serialize the specified object or class. |
Return: | Object or Class with all currently defined methods, variables, invariants, filters and mixins |
Back to index page.