Serializes the given Entity instances with their components into the provided System.IO.Stream.
public static void Serialize(this DefaultEcs.Serialization.ISerializer serializer, System.IO.Stream stream, params DefaultEcs.Entity[] entities);
serializer
ISerializer
The ISerializer instance to use.
stream
System.IO.Stream
The System.IO.Stream in which the data will be saved.
The Entity instances to save.