This repository has been archived by the owner on Jan 28, 2022. It is now read-only.
v0.3.3
Changelog
- Big refactor of the
minos.common.model.serializers
module:- Add
encode_schema
,decode_schema
,encode_data
anddecode_data
callback-like functions to be able to modify the serialization/deserialization logic. - Add
SchemaEncoder
,SchemaDecoder
,DataEncoder
andDataDecoder
abstract base classes. - Increase serialization/deserialization robustness.
- Add