jaxrts.saving
This module allows for saving and loading jaxrts.models.Model,
jaxrts.plasmastate.PlasmaState and other objects introduced in
jaxrts. Furthermore, this allows for serializing quantities from jpu,
which was an issue when pickeling a PlasmaState.
Warning
Functions are pickled, and stored as a string. Hence, saving functions is generally poorly supported and might be error prone. It might work on your machine, but interoperability between different machines or module versions is not to be expected. Furthermore, the method is unsave.
Functions
|
Save an object to file. |
|
Serialize an object. |
|
Load an object from file. |
Classes
|
|
|
Encoder class, taking care of all classes that are defined here and might be decoded. |