Glossaria.net

Glossary Java / Term

transient

A keyword in the Java programming language that indicates that a field is not part of the serialized form of an object. When an object is serialized, the values of its transient fields are not included in the serial representation, while the values of its non-transient fields are included.

Permanent link transient - Creation date 2022-01-03


< transaction manager Glossary / Java try >