simple_ser_schema
Returns a schema for serialization with a custom type.
def simple_ser_schema(
type: ExpectedSerializationTypes
) - > SimpleSerSchema
Returns a schema for serialization with a custom type.
Parameters
| Name | Type | Description |
|---|---|---|
| type | ExpectedSerializationTypes | The specific data type or format to be used during the serialization process |
Returns
| Type | Description |
|---|---|
SimpleSerSchema | A schema object configured with the specified serialization type. |