class documentation

class BadSerializer:

View In Hierarchy

Stub serializer to hold exception raised during registration

This allows the serializer registration to cache serializers and if there is an error raised in the process of creating a serializer it will be raised and passed along to the caller when the serializer is used.

Method __call__ Undocumented
Method __init__ Undocumented
Class Variable internal​_use​_only Undocumented
Instance Variable exception Undocumented
def __call__(self, *args, **kwargs):

Undocumented

def __init__(self, exception):

Undocumented

internal_use_only: bool =

Undocumented

exception =

Undocumented