Serialization
The process of converting a data object into a format for storage or transmission.
For example, we can take a Python object and serialize it into JSON. Then it can be shared with other programs, computers or networks.
The SQLAlchemy-Serializer can be...
listerfelt.hashnode.dev2 min read