Java - Serialized Class by Zachary Kingston

video locked

About the Lecture

The lecture Java - Serialized Class by Zachary Kingston is from the course Java Programming for Beginners. It contains the following chapters:

  • Serialization
  • Serialize Car for Output
  • Method to Pull Car out of File
  • The Class Not Found Exception

Author of lecture Java - Serialized Class

 Zachary Kingston

Zachary Kingston


Customer reviews

(1)
5,0 of 5 stars
5 Stars
5
4 Stars
0
3 Stars
0
2 Stars
0
1  Star
0


Excerpts from the accompanying material

... http://www.facebook.com/learntoprogram.tv Lab Exercise 9 1) Java’s ability to serialize object data is very powerful. Create \ two custom Java classes which contain a few primitive values and custom toString() methods. Make them both serializable. 2) Utilizing these two classes, ...

... 1) Java’s ability to serialize object data is very powerful. Create two custom Java classes which contain a few primitive values and custom toString() methods. Make them both serializable. SOLVED IN ATTACHED JAVA CLASS FILE ...