EntitySerializer.ReadIntoStoreAsync(EntityStore,Stream).md

March 14, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Serialize.EntitySerializer

EntitySerializer.ReadIntoStoreAsync(EntityStore, Stream) Method

Asynchronously reads the JSON array of the given stream into the passed store.

public System.Threading.Tasks.Task<Friflo.Engine.ECS.Serialize.ReadResult> ReadIntoStoreAsync(Friflo.Engine.ECS.EntityStore store, System.IO.Stream stream);

Parameters

store EntityStore

stream System.IO.Stream

Returns

System.Threading.Tasks.Task<ReadResult>