MCPcopy Create free account
hub / github.com/TheRealMJP/DeferredTexturing / SerializeToFile

Function SerializeToFile

SampleFramework12/v1.00/Serialization.h:284–288  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282
283template<typename T>
284void SerializeToFile(const wchar* filePath, const T& item)
285{
286 FileWriteSerializer serializer(filePath);
287 SerializeItem(serializer, item);
288}
289
290}

Callers

nothing calls this directly

Calls 1

SerializeItemFunction · 0.85

Tested by

no test coverage detected