Serializes the given World into the provided System.IO.Stream.
public void Serialize(System.IO.Stream stream, DefaultEcs.World world);
stream
System.IO.Stream
The System.IO.Stream in which the data will be saved.
world
World
The World instance to save.
Implements Serialize(Stream, World)
System.ArgumentNullException
stream is null.
System.ArgumentNullException
world is null.