Skip to main content

unregister_serializer

Unregister a given serializer. This is not a thread-safe operation.

def unregister_serializer(
format: string
) - > null

Unregister a given serializer. This is not a thread-safe operation.

Parameters

NameTypeDescription
formatstringThe name of the serialization format (e.g., 'json', 'xml') to remove from the global registry

Returns

TypeDescription
nullNothing is returned upon successful removal of the serializer