template<typename T>
Simulator::SerializationTypes::SerializedType<eastl::vector<T>> struct

Public static functions

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