I'm trying to seralize out gov.nist.javax.sip.stack.SIPDialog
but it can't be done. can someone help me in fixing the bug in it?
Since the InnerClass 'AckSendingStrategyImpl
' does not implement serializable, the entire SipDialog
is not serializable. This is a blocker defect.
I need either 'AckSendingStrategyImpl
' be serializable or the member 'ackSendingStrategy
' be tran
Can someone help in overcoming this situation?