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

Method EndArray

Source/Engine/Serialization/JsonWriters.h:103–106  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101 }
102
103 void EndArray(int32 count = 0) override
104 {
105 writer.EndArray(count);
106 }
107};
108
109class FLAXENGINE_API CompactJsonWriterImpl : public rapidjson_flax::Writer<rapidjson_flax::StringBuffer>

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