Java   View all facts   Glossary   Help
syntactic unit > keyword > transient
Next keywordtry    Upkeyword    Previous keywordthrows   

transient
subjectfact 
transientidentifies a variable not to be written out when an instance is serializedadded by: Marvin, 2001-10-19 11:38:09.0
indicates a field that is not part of an object's persistent state and needs not be serialized with the object in Java 1.1added by: JK, source: Java in a Nutshell, 2001-10-19 11:38:09.0
is a subtopic of Object Serialization2001-10-19 11:38:09.0
is an instance of keywordadded by: JK, source: Java in a Nutshell, 2001-10-19 11:38:09.0
is not used in Java 1.0added by: JK, source: Java in a Nutshell, 2001-10-19 11:38:09.0
modifies instance fields in a classadded by: JK, source: Java in a Nutshell, 2001-10-19 11:38:09.0
syntactic unithas syntax rule
bold = mandatory
italic = non-terminal
normal font = optional
2001-10-19 11:38:04.0