pickle_over_json#
API documentation for tradeexecutor.state.pickle_over_json Python module in Trading Strategy.
Module description#
Serialise complex Python types to JSON using pickled hex.
- Serialises complex values (list, dicts, classes) as binary strings, pickled and encoded as hex. 
- These values are not readable at the frontend. If you want to have frontend readable values, store human-readable copies