Why can't a class implementing **Externalizable** use the auto generated no-arg construtor provided by the JVM?

53 Views Asked by At

Why can't a class implementing Externalizable use the auto generated no-arg construtor provided by the JVM? Why does it need a no-arg constructor?

0

There are 0 best solutions below