I would love to combine the power of storing data as json or jsonb and providing a custom manifest that is not the class name (because that is likely to change.
Currently I cannot wrap my head around how to do that, since once I enable my JsonEncoder to be used, I can no longer provide a manifest.
I would like to include the the version of the event either in the manifest or, potentially even better in the tags as ('version', '1.0').
I would love to combine the power of storing data as
jsonorjsonband providing a custom manifest that is not the class name (because that is likely to change.Currently I cannot wrap my head around how to do that, since once I enable my
JsonEncoderto be used, I can no longer provide a manifest.I would like to include the the version of the event either in the manifest or, potentially even better in the tags as
('version', '1.0').