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

Function Deserialize

Source/Engine/Serialization/Serialization.h:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56 stream.Bool(v);
57 }
58 inline void Deserialize(ISerializable::DeserializeStream& stream, bool& v, ISerializeModifier* modifier)
59 {
60 v = stream.GetBool();
61 }
62
63 inline bool ShouldSerialize(const int8& v, const void* otherObj)
64 {

Callers 4

DeserializeMethod · 0.70
DeserializeIfExistsMethod · 0.70
DeserializeMethod · 0.70
ReadMethod · 0.70

Calls 15

DeserializeIntFunction · 0.85
FindObjectFunction · 0.85
GetIntMethod · 0.80
GetFloatMethod · 0.80
MemberEndMethod · 0.80
MemberCountMethod · 0.80
MemberBeginMethod · 0.80
GetTextMethod · 0.45
DeserializeMethod · 0.45
TryGetMethod · 0.45
GetArrayMethod · 0.45
ResizeMethod · 0.45

Tested by

no test coverage detected