Use ISerializer for TPR file IO
authorPaul Bauer <paul.bauer.q@gmail.com>
Wed, 5 Jun 2019 13:18:34 +0000 (15:18 +0200)
committerMark Abraham <mark.j.abraham@gmail.com>
Thu, 20 Jun 2019 11:07:33 +0000 (13:07 +0200)
commit1e6316f49a5d7b82f34c4a55c3ce216e35d9fdfc
tree105e0c888a149b65b7883cb685b4c7830fa3ac16
parent1f0c608196feddf99aadc3300215cc384e758fe2
Use ISerializer for TPR file IO

Change all the function calls in do_tpx and friends to use the
ISerializer instead of the previous t_fileio pointer.
This is intended to prepare for the change where the datastructures
get populated from a byte buffer instead of reading them from disk one
by one.

Refs #2971

Change-Id: I9c2d51c4af0cad5a14da7026d58ecbe053e8efb7
src/gromacs/fileio/tpxio.cpp