namespace
SerializationTypes
Namespaces
- namespace SerializationTypes
Classes
- struct SerializedType
-
template<>struct SerializedType<bool>
- struct SerializedType<eastl::hash_map<Key, Value>>
- struct SerializedType<eastl::hash_set<T>>
- struct SerializedType<eastl::intrusive_ptr<T>>
- struct SerializedType<eastl::map<Key, Value>>
- struct SerializedType<eastl::set<T>>
-
template<>struct SerializedType<eastl::string>
-
template<>struct SerializedType<eastl::string16>
- struct SerializedType<eastl::vector<T>>
-
template<>struct SerializedType<float>
-
template<>struct SerializedType<int>
-
template<>struct SerializedType<ResourceKey>
-
template<>struct SerializedType<uint32_t>
Functions
Function documentation
bool Simulator:: SerializationTypes:: Read(ISerializerReadStream* stream,
T* dst)
bool Simulator:: SerializationTypes:: Write(ISerializerWriteStream* stream,
T* src)