An open API service indexing awesome lists of open source software.

https://github.com/shubh2-0/serialization-in-java

Serialization is a mechanism of converting the state of an object into a byte stream. Deserialization is the reverse process where the byte stream is used to recreate the actual Java object in memory. This mechanism is used to persist the object.
https://github.com/shubh2-0/serialization-in-java

deserialization interface java java-8 java-classes object object-oriented-programming serialization

Last synced: about 1 month ago
JSON representation

Serialization is a mechanism of converting the state of an object into a byte stream. Deserialization is the reverse process where the byte stream is used to recreate the actual Java object in memory. This mechanism is used to persist the object.

Awesome Lists containing this project