(ObjectOutputStream out)
| 37 | return ref; |
| 38 | } |
| 39 | |
| 40 | private void writeObject(ObjectOutputStream out) throws IOException { |
| 41 | if (ref != null) { |
| 42 | uuid = ref.properties.getOrConstruct(IO.id); |
| 43 | } |
| 44 | out.defaultWriteObject(); |
| 45 | } |
| 46 | |
| 47 | } |
no test coverage detected