MCPcopy 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

SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
OnGetDataMethod · 0.45
SerializeFunction · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
SerializeMethod · 0.45
ToBytesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected