InterviewSolution
Saved Bookmarks
| 1. |
What Are The Alternatives To Serialization? If Serialization Is Not Used, Is It Possible To Persist Or Transfer An Object Using Any Other Approach? |
|
Answer» In case, Serialization is not used, Java objects can be serialized by many ways, some of the popular methods are listed below:
In case, Serialization is not used, Java objects can be serialized by many ways, some of the popular methods are listed below: |
|