-
Enhancement
-
Resolution: Done
-
Major
-
None
TimedObjectInvokerImpl class currently implements Serializable, which presents undue maintenance burden and we should be able to remove serializable from its implements clause after making sure instances of this class are not serialized anywhere.
Its fields: InjectedValue and Module are not serializable and so even though this class is marked as serializable, but it cannot be successfully serialized.