Hi guys, I'm a newbie with Apache Commons SCXML 0.9 and I'm having trouble trying to serialize my own class that extends from AbstractStateMachine. I'm implementing Serializable interface but the problem is that AbstractStateMachine doesn't have a default non-arg constructor, so, is there any way I could apply serialization? Thanks in advance, regards.
