SaveSafely ClassDelta Engine Documentation
If a class is labeled with this attribute, when instances are saved and loaded, if the class structure has subsequently changed, other classes within the same save will still load correctly. Using this attribute adds 4 bytes to the amount of data saved per instance. View code on GitHub
Inheritance Hierarchy

System Object
  System Attribute
    DeltaEngine.Core SaveSafely

Namespace: DeltaEngine.Core
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public class SaveSafely : Attribute

The SaveSafely type exposes the following members.

Constructors

  NameDescription
Public methodSaveSafely
Initializes a new instance of the SaveSafely class
Top
See Also