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