malib.utils.io_wrapper.std_io_wrapper module

class malib.utils.io_wrapper.std_io_wrapper.StandardIOWrapper(in_stream=<_io.TextIOWrapper name='<stdin>' mode='r' encoding='UTF-8'>, out_stream=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]

Bases: malib.utils.io_wrapper.base_io_wrapper.BaseIOWrapper

read()[source]
write(object, serialzer=None)[source]

Serialize object and write/send to target uri.