EntitySerializer.ReadIntoStore(EntityStore,Stream).md
March 14, 2024 ยท View on GitHub
Friflo.Engine.ECS
Friflo.Engine.ECS.Serialize.EntitySerializer
EntitySerializer.ReadIntoStore(EntityStore, Stream) Method
Reads the JSON array of the given stream into the passed store.
public Friflo.Engine.ECS.Serialize.ReadResult ReadIntoStore(Friflo.Engine.ECS.EntityStore store, System.IO.Stream stream);
Parameters
store EntityStore
stream System.IO.Stream