Skip to main content

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

NameTypeDescription
typeExpectedSerializationTypesThe specific data type or format to be used during the serialization process

Returns

TypeDescription
SimpleSerSchemaA schema object configured with the specified serialization type.