Minimize serialization proxy names in controller.datastore.persisted
Description
The proxies we use have unnecessarily long names. Furthermore quite a few of them also encode a superclass – leading to further overhead. We should be able to improve this with payload versioning, but that requires a bit of thought. Overall we are looking at halving the size of the likes of PurgeTransactionPayload (264 vs 125 bytes).
The proxies we use have unnecessarily long names. Furthermore quite a few of them also encode a superclass – leading to further overhead. We should be able to improve this with payload versioning, but that requires a bit of thought. Overall we are looking at halving the size of the likes of PurgeTransactionPayload (264 vs 125 bytes).