Hi Flower team,
I’m trying to understand the current serialization/deserialization flow for FitIns / FitRes.
Previously, I understood the flow to be roughly:
FitIns → fitins_to_recorddict → transport → recorddict_to_fitins (and similarly for FitRes).
However, when inspecting the runtime behavior and adding logs, it seems that some conversion functions (e.g. fitins_to_recorddict, parameters_to_arrayrecord) are no longer always called, and the flow doesn’t pass through RecordDict in the way I expected.
So I wanted to ask:
-
What is the current canonical flow for serializing/deserializing
FitIns/FitRes? -
Is the
RecordDictpath still always used, or only in specific cases? -
Has this flow been recently updated or refactored?
Any clarification or pointer to updated docs/diagrams would be greatly appreciated.
Thanks a lot!