资讯

import java.io.Serializable; /** * Enum example with unnecessary and ignored serialization specification * details. The Enum is already Serializable and attempts to control its * serialization ...
Serialization is achieved through a combination of the ObjectOutputStream and ObjectInputStream classes, and the implementation of marker interfaces Serializable and Externalizable. See Also ...