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
Note: See
TracTickets for help on using
tickets.
In 5132: