EOSLIB_SERIALIZEDefines serialization and deserialization for a classParameters TYPE - the class to have its serialization and deserialization defined MEMBERS - a sequence of member names to be serialized (field1)(field2)(field3) Example C++EOSLIB_SERIALIZE( address, (account_name)(first_name)(last_name)(street)(city)(state) )