Class Deserializer
Abstract base deserializer class.
Declaration
class Deserializer
source linkDocumentation
Methods
▶ def __init__(self, stream_or_string, **options) Init this serializer given a stream or a string
Overrides
This method is overriden in:
▶ def __next__(self) Iteration interface -- return the next item in the stream
Overrides
This method is overriden in:
Subclasses