Any way to deserialise serialised object back to Event ?
This would be useful with clustering (one use case) in which master process listens to the events, serialises and evenly distributes to the workers. When worker receives these events from the master process, if there is any way to convert back serialised object back to Event, it can use all the methods associated with it.