Serialization with SQLAlchemy and Flask
If you google what serialization means, it's:
the process of converting data into a format suitable for transmission and storage
Before we dive deeper into what serializing your data is, here is a general explanation of what flask and sqlalchemy is...
ruthr.hashnode.dev4 min read