BinarySerializer.Deserialize(Stream).md
March 19, 2022 ยท View on GitHub
DefaultEcs
DefaultEcs.Serialization.BinarySerializer
BinarySerializer.Deserialize(Stream) Method
Deserializes a World instance from the given System.IO.Stream.
public DefaultEcs.World Deserialize(System.IO.Stream stream);
Parameters
stream System.IO.Stream
The System.IO.Stream from which the data will be loaded.
Implements Deserialize(Stream)
Returns
World
The World instance loaded.
Exceptions
System.ArgumentNullException
stream is null.