@serialData Blocks because a serialization proxy is required. @param in object input stream @throws InvalidObjectException (always)
(ObjectInputStream in)
| 2246 | * @throws InvalidObjectException (always) |
| 2247 | */ |
| 2248 | private void readObject(ObjectInputStream in) |
| 2249 | throws IOException { |
| 2250 | |
| 2251 | throw new InvalidObjectException("Serialization proxy required."); |
| 2252 | |
| 2253 | } |
| 2254 | |
| 2255 | /** |
| 2256 | * Serialisierungsmethode. |
no outgoing calls