ploteries.serializable_data_handler

Classes

SerializableDataHandler(*args, **kwargs)

param data_store:

ploteries.data_store.DataStore object.

class ploteries.serializable_data_handler.SerializableDataHandler(*args, **kwargs)
Parameters:
  • data_storeploteries.data_store.DataStore object.

  • name – Data name.

encode_record_bytes(val)

Encodes the record’s data to bytes to be added to the 'bytes' field of the data_records table.

decode_record_bytes(val)

Decodes the record’s 'bytes' field to produce the record’s data.