dal.plugins.schema.version20 package

Submodules

dal.plugins.schema.version20.version20 module

Copyright (C) Mov.ai - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential

Developers: - Alexandre Pires (alexandre.pires@mov.ai) - 2020

class dal.plugins.schema.version20.version20.SchemaV2Deserializer

Bases: ObjectDeserializer, Plugin

Deserializer through a dict and convert to a tree

deserialize(root: TreeNode, data: dict)

Abstract method to run the data deserializer

property plugin_name

Get current plugin class

property plugin_version

Get current plugin class

Module contents

Copyright (C) Mov.ai - All Rights Reserved Unauthorized copying of this file, via any medium is strictly prohibited Proprietary and confidential

Developers: - Alexandre Pires (alexandre.pires@mov.ai) - 2020

class dal.plugins.schema.version20.SchemaV2Deserializer

Bases: ObjectDeserializer, Plugin

Deserializer through a dict and convert to a tree

deserialize(root: TreeNode, data: dict)

Abstract method to run the data deserializer

property plugin_name

Get current plugin class

property plugin_version

Get current plugin class