In the CmdSerializer class, we need to add logic for strings that aren't in memory. Current state: ``` if (pv.IsCool()) { pv.GetCool().record->value.GetString(&str); } LOG(FATAL) << "External string not supported yet"; ```