dbbase.model.Model.get_serial_fields

classmethod Model.get_serial_fields()[source]

This function returns a list of table properties that will be used in serialization. To accommodate several entirely reasonable scenarios, here are the options to select the right option for any particular table. Modifications are either by restricting fields or by creating a specific list of fields to include, whichever is most convenient.

Default:

get_serial_fields()

Returns

serial_fields (list) – current list of fields