Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ StartArray
Method
StartArray
Source/Engine/Serialization/JsonWriters.h:98–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
void StartArray() override
99
{
100
writer.StartArray();
101
}
102
103
void EndArray(int32 count = 0) override
104
{
Callers
15
Serialize
Method · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
OnGetData
Method · 0.45
Serialize
Function · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
Serialize
Method · 0.45
ToBytes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected