Tag

Object Serialization

0 views collected around this technical thread.

Architect's Tech Stack
Architect's Tech Stack
Oct 10, 2018 · Backend Development

Understanding Java Object Serialization and the transient Keyword

Java object serialization converts objects into byte streams for storage or transmission, while the transient keyword excludes specific fields from this process; this article explains serialization concepts, appropriate use cases for transient, provides code examples, and shows the impact on object state after deserialization.

JavaJava BasicsObject Serialization
0 likes · 6 min read
Understanding Java Object Serialization and the transient Keyword