Click or drag to resize
SerializationSystem Class
Loads and saves the game in a xml format.
Inheritance Hierarchy
SystemObject
  Slash.Application.SystemsGameSystem
    Slash.Application.Features.Serialization.SystemsSerializationSystem

Namespace: Slash.Application.Features.Serialization.Systems
Assembly: Slash.Application (in Slash.Application.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class SerializationSystem : GameSystem

The SerializationSystem type exposes the following members.

Constructors
  NameDescription
Public methodSerializationSystem
Initializes a new instance of the SerializationSystem class
Top
Methods
  NameDescription
Public methodInit
Initializes this system with the data stored in the specified attribute table.
(Overrides GameSystemInit(IAttributeTable).)
Top
See Also