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
| Name | Type | Description |
|---|---|---|
| format | string | The name of the serialization format (e.g., 'json', 'xml') to remove from the global registry |
Returns
| Type | Description |
|---|---|
null | Nothing is returned upon successful removal of the serializer |