Please enable JavaScript.
Coggle requires JavaScript to display documents.
Java Advanced (05- Serialization (store an object into a byte stream,…
Java Advanced
05- Serialization
-
-
-
-
implement Serializable interface, marker interface
-
04- Annotations
Metadata applied to class, methods
annotations are interpreted, they dont modify the behavior
-
-
-
-
Example - reading one byte at a time, reading one chars at a time