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

Method Serialize

Source/Engine/Content/Content.cpp:57–60  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57void FLAXENGINE_API Serialization::Serialize(ISerializable::SerializeStream& stream, const SceneReference& v, const void* otherObj)
58{
59 Serialize(stream, v.ID, otherObj);
60}
61
62void FLAXENGINE_API Serialization::Deserialize(ISerializable::DeserializeStream& stream, SceneReference& v, ISerializeModifier* modifier)
63{

Callers 7

CloneObjectFunction · 0.45
ImportMethod · 0.45
CreateMethod · 0.45
ImportMethod · 0.45
SetInstanceMethod · 0.45
OnGetDataMethod · 0.45
GetReferencesMethod · 0.45

Calls 1

SerializeFunction · 0.50

Tested by

no test coverage detected