5. Object Serialization with marshmallow
Learning Objectives
By the end of this chapter, you will be able to:
- Create a schema for serialization/deserialization
- Validate the data in a client request
- Perform data filtering before displaying the data to the client
- Use the HTTP PATCH method to partially update data
This chapter covers serialization and deserialization, as well as data filtering and validation with marshmallow.