Test cases should use new interface for deserialize()

Issue #561 resolved
Amir Kamil created an issue

There are about ~30 instances of the old interface (template<typename Reader> static U* deserialize(Reader&, void*)) that should be moved to the new one (template<typename Reader, typename Storage> static U* deserialize(Reader&, Storage)).

Comments (2)

  1. Log in to comment