template<typename Key, typename Value>
Simulator::SerializationTypes::SerializedType<eastl::map<Key, Value>> struct

Public static functions

static auto Read(ISerializerReadStream* stream, eastl::map<Key, Value>* dst) -> bool
static auto Write(ISerializerWriteStream* stream, eastl::map<Key, Value>* src) -> bool
static auto ReadText(const eastl::string& str, eastl::map<Key, Value>* dst) -> void
static auto WriteText(char* buf, eastl::map<Key, Value>* src) -> void