Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 439 Bytes

structs.rst

File metadata and controls

12 lines (8 loc) · 439 Bytes

Structs

Internally to SimpleML, "structs" or transfer/communication classes are defined to facilitate movement from one persistable to another. It is not recommended to alter the signatures of these classes, as they are defined to contain all referenced methods and attributes.

However, for those interested in extending SimpleML from the ground up, here is a brief overview (see source code for more complete documentation):