Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 Open In Colab .

Explanation

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

Or watch this video walkthrough.