Serialization in java
Serialization in java provides a thing known as object serialization.It means that an object can be represented as a sequence of bytes which includes object data as well as information about the object type and information of data stored in object.Classes ObjectInputStream and ObjectOutputStream are high level streams which is defined for serializing and deserializing an object.Read More »Serialization in java
You must be logged in to post a comment.