MCPcopy Create free account
hub / github.com/intelowlproject/IntelOwl / serializer_class

Method serializer_class

api_app/models.py:1571–1578  ·  view source on GitHub ↗

Returns the serializer class associated with the plugin configuration. Returns: Type[PythonConfigSerializer]: The serializer class.

(cls)

Source from the content-addressed store, hash-verified

1569
1570 @classproperty
1571 def serializer_class(cls) -> Type["PythonConfigSerializer"]:
1572 """
1573 Returns the serializer class associated with the plugin configuration.
1574
1575 Returns:
1576 Type[PythonConfigSerializer]: The serializer class.
1577 """
1578 raise NotImplementedError()
1579
1580 @classproperty
1581 def plugin_name(cls) -> str:

Callers 1

refresh_cache_keysMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected