(String name, Object o)
| 372 | /// |
| 373 | /// true for success, false for failure |
| 374 | public boolean writeObject(String name, Object o) { |
| 375 | return writeObject(name, o, true); |
| 376 | } |
| 377 | |
| 378 | /// Writes the given object to storage assuming it is an externalizable type |
| 379 | /// or one of the supported types. |
no test coverage detected