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 | |
|---|---|
| DataEntity | A DataEntity represents an Entity as a POCO class used for serialization. |
| DataEntitySerializer | Used to serialize a single DataEntity to JSON. |
| EntityConverter | Converts an Entity to a DataEntity and vice versa. |
| EntitySerializer | Enables serialization of entities to / from JSON. See Example. |
| MapperContextEntityStore |
| Structs | |
|---|---|
| ReadResult | Contains the aggregated result when reading entities with an EntitySerializer. |