MCPcopy Create free account
hub / github.com/FlaxEngine/FlaxEngine / Serialize

Function Serialize

Source/Engine/Scripting/SoftTypeReference.h:151–154  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

149 }
150 template<typename T>
151 void Serialize(ISerializable::SerializeStream& stream, const SoftTypeReference<T>& v, const void* otherObj)
152 {
153 stream.String(v.GetTypeName());
154 }
155 template<typename T>
156 void Deserialize(ISerializable::DeserializeStream& stream, SoftTypeReference<T>& v, ISerializeModifier* modifier)
157 {

Callers 2

SerializeMethod · 0.70
SerializeMethod · 0.70

Calls 2

StringMethod · 0.45
GetTypeNameMethod · 0.45

Tested by

no test coverage detected