tree: 7d11c39615adc6b955e847fad9818428de22f7f1
  1. __init__.py
  2. application.py
  3. notebook.ipynb
  4. README.md
  5. requirements.txt
  6. run.py
  7. statemachine.png
examples/custom-serde/README.md

Adding custom serialization and deserialization

This example shows how to extend serialization/deserialization of fields in state.

Prerequisites

pip install -r requirements.txt

Running the demo

python application.py

or

pip install jupyter jupyter notebook

and running the notebook. Or .

Explanation

See the notebook and/or application.py for more information.

Or watch this video walkthrough.