ISerializer.Serialize(Stream,World).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Serialization.ISerializer
ISerializer.Serialize(Stream, World) Method
Serializes the given World into the provided System.IO.Stream.
void Serialize(System.IO.Stream stream, DefaultEcs.World world);
Parameters
stream System.IO.Stream
The System.IO.Stream in which the data will be saved.
world World
The World instance to save.