ray.util.serialization.deregister_serializer#

ray.util.serialization.deregister_serializer(cls: type)[source]#

Deregister the serializer associated with the type cls. There is no effect if the serializer is unavailable.

Parameters:

cls – A Python class/type.