Fixes triggered by CDT update
In the "Why was this working before??" category, there did not appear to be any serialization code for StaticVariant on EOSIO, causing builds to fail on updated CDT compilers. Add the serializers so that it now works.
Also, the tagged ID printers had a bug which prevented code using them from building. Fix this issue as well.