Deserializes Entity instances with their components from the given System.IO.Stream into the given World.
System.Collections.Generic.ICollection<DefaultEcs.Entity> Deserialize(System.IO.Stream stream, DefaultEcs.World world);
stream
System.IO.Stream
The System.IO.Stream from which the data will be loaded.
world
World
The World instance on which the Entity will be created.
System.Collections.Generic.ICollection<Entity>
The Entity instances loaded.