class documentation

Abstract base deserializer class.

Method __init__ Init this serializer given a stream or a string
Method __iter__ Undocumented
Method __next__ Iteration interface -- return the next item in the stream
Instance Variable options Undocumented
Instance Variable stream Undocumented
def __init__(self, stream_or_string, **options): (source)

Init this serializer given a stream or a string

def __iter__(self): (source)

Undocumented

def __next__(self): (source)

Iteration interface -- return the next item in the stream

Undocumented

Undocumented