| <html> | |
| <body> | |
| Reports non-<b>Serializable</b> objects used as arguments to | |
| <b>java.io.ObjectOutputStream.write()</b>. Such calls will result in runtime exceptions. | |
| For purposes of this inspection, objects with <b>java.util.Collection</b> or | |
| <b>java.util.Map</b> types are assumed to be <b>Serializable</b>, unless the types | |
| they are declared to contain are non-<b>Serializable</b>. | |
| <!-- tooltip end --> | |
| <p> | |
| <small>Powered by InspectionGadgets</small> | |
| </body> | |
| </html> |