Opened 9 years ago

Closed 9 years ago

#1868 closed defect (fixed)

Disable serialization in pjsua2 Error class

Reported by: ming Owned by: bennylp
Priority: normal Milestone: release-2.4.5
Component: pjsua2 Version: trunk
Keywords: Cc:
Backport to 1.x milestone: Backported: no

Description

One of our SWIG-generated classes - org.pjsip.pjsua2.Error - is declared
to implement the java.io.Serializable interface (inherits this by extending
Exception), which is unnecessary. This ticket will disable the serialization.

Change History (1)

comment:1 Changed 9 years ago by ming

  • Resolution set to fixed
  • Status changed from new to closed

In 5132:

Fixed #1868: Disable serialization in pjsua2 Error class

Note: See TracTickets for help on using tickets.