Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

List serde is an unusual type of serde because we need to consider two things here: the implementation of List interface(i.e. ArrayList, LinkedList, etc) as well as its enclosed elements' type.

First, we need to specify our list serde using:

...