Trimatix / Carica

Python module that populates variables from TOML config documents, and generates config documents from python variables.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pre and post serialize/deserialize methods

Trimatix opened this issue · comments

Is there a way to swap serialize out for a private _serialize that can optionally call preserialize/postserialize methods around the overloaded methods?