Friflo.Engine.ECS.Serialize.md

November 22, 2024 ยท View on GitHub

Friflo.Engine.ECS

Friflo.Engine.ECS.Serialize Namespace

Contains types and methods to serialize / deserialize Entity's as JSON.

Classes
DataEntityA DataEntity represents an Entity as a POCO class used for serialization.
DataEntitySerializerUsed to serialize a single DataEntity to JSON.
EntityConverterConverts an Entity to a DataEntity and vice versa.
EntitySerializerEnables serialization of entities to / from JSON. See Example.
MapperContextEntityStore
Structs
ReadResultContains the aggregated result when reading entities with an EntitySerializer.