Unable to serialize instance variable of a non-serializable superclass from the serializable subclass
New to this topic and right now I’m stuck at a brick wall. I have 2 classes, parent class: Controller.java and subclass: GreenhouseControls.java. I need to serialize a GreenhouseControls object but also an instance variable (eventList) from its superclass Controller.java. My serialization happens when an inner class of GreenhouseControls.java throws a custom ControllerException, which is… Read More Unable to serialize instance variable of a non-serializable superclass from the serializable subclass