Javadoc
This commit is contained in:
parent
d23e7f6249
commit
aa86cdaafd
|
@ -130,6 +130,12 @@ public class HashSetValuedHashMap<K, V> extends AbstractSetValuedMap<K, V>
|
||||||
doReadObject(in);
|
doReadObject(in);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Serializes this object to an ObjectOutputStream.
|
||||||
|
*
|
||||||
|
* @param out the target ObjectOutputStream.
|
||||||
|
* @throws IOException thrown when an I/O errors occur writing to the target stream.
|
||||||
|
*/
|
||||||
private void writeObject(final ObjectOutputStream out) throws IOException {
|
private void writeObject(final ObjectOutputStream out) throws IOException {
|
||||||
out.defaultWriteObject();
|
out.defaultWriteObject();
|
||||||
doWriteObject(out);
|
doWriteObject(out);
|
||||||
|
|
Loading…
Reference in New Issue