Skip to content

Commit 58173b2

Browse files
Update README.md
1 parent d5a19c1 commit 58173b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_moreReadMe/serialization/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Serialization in java is a mechanism of writing the state of an object into a byte stream. It is mainly used in Hibernate, RMI, JPA, EJB and JMS technologies. The reverse operation of serialization is called deserialization.
44

5-
![serialization-deserialization](https://user-images.githubusercontent.com/2780145/34921451-530414b8-f9a8-11e7-9201-0ed1b395906e.JPG)
5+
![serialization-deserialization](https://user-images.githubusercontent.com/2780145/147404916-d39d7897-6cf6-4451-9985-3c8d5502fc21.png)
66

77
**Advantage of Java Serialization :**
88
It is mainly used to travel object's state on the network (known as marshaling).

0 commit comments

Comments
 (0)