Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Object
Method
Object
Source/Engine/Serialization/JsonWriter.cpp:392–397 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
390
}
391
392
void JsonWriter::Object(ISerializable* value, const void* otherObj)
393
{
394
StartObject();
395
value->Serialize(*this, otherObj);
396
EndObject();
397
}
398
399
void JsonWriter::SceneObject(::SceneObject* obj)
400
{
Callers
nothing calls this directly
Calls
1
Serialize
Method · 0.45
Tested by
no test coverage detected