Completed
Effective Java
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Serialization Protocols for Distributed Systems
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 Systems are changing
- 3 We are software engineers
- 4 Java Serializable
- 5 JSON and XML
- 6 Backwards compatibility
- 7 App version changes
- 8 Protobuf
- 9 Proto compiler
- 10 ProtoC plugin
- 11 Scala plugin
- 12 How it works
- 13 What happened at Google
- 14 Sample code
- 15 Rift
- 16 Disks
- 17 Thrift
- 18 Avro
- 19 Cryo
- 20 Effective Java