MCPcopy 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
392void JsonWriter::Object(ISerializable* value, const void* otherObj)
393{
394 StartObject();
395 value->Serialize(*this, otherObj);
396 EndObject();
397}
398
399void JsonWriter::SceneObject(::SceneObject* obj)
400{

Callers

nothing calls this directly

Calls 1

SerializeMethod · 0.45

Tested by

no test coverage detected