- Complete serialization: if entire data of an object is written to file through serialization
- Selective serialization: if selected member variable values of an object are written to file through serialization when class contains transient member variable then all the object of that class supports only selective serialization
No comments:
Post a Comment