ploteries.serializable_data_handler¶
Classes
|
|
- class ploteries.serializable_data_handler.SerializableDataHandler(*args, **kwargs)¶
- Parameters:
data_store –
ploteries.data_store.DataStoreobject.name – Data name.
- encode_record_bytes(val)¶
Encodes the record’s data to bytes to be added to the
'bytes'field of thedata_recordstable.
- decode_record_bytes(val)¶
Decodes the record’s
'bytes'field to produce the record’s data.