(Choose 1 answer)
Select INCORRECT statement about serialization.
A. The process of writing an object is called serialization.
B. To serialize an object, first create an instance of java.io. ObjectOutputStream.
C. When an object is serialized, it will probably be deserialized by a different JVM.
D. When an Object Output Stream serializes an object that contains references to another object, every referenced object is not serialized along with the original object.