()
| 270 | } |
| 271 | |
| 272 | private Object readResolve() throws ObjectStreamException { |
| 273 | // ensures that serialized namespaces are "deserialized" to the |
| 274 | // namespace in the present runtime |
| 275 | return findOrCreate(name); |
| 276 | } |
| 277 | } |
nothing calls this directly
no test coverage detected