syside.SerdeReport

class SerdeReport

Bases: typing.Generic[T]

(De)Serialization report containing emitted messages.

property messages: list[syside.SerdeMessage[syside.T]]
__bool__() bool

Returns True if none of the messages are errors.

passed(warnings_as_errors: bool = False) bool

Check if the report has no errors. If warnings_as_errors is True, also check if it contains no warnings.

__str__() str
classmethod __class_getitem__(item)