Deserializes a World instance from the given System.IO.Stream.
public DefaultEcs.World Deserialize(System.IO.Stream stream);
stream
System.IO.Stream
The System.IO.Stream from which the data will be loaded.
Implements Deserialize(Stream)
World
The World instance loaded.
System.ArgumentNullException
stream is null.