Class SerializedVersion
Serializable wrapper for the Version class.
Inherited Members
Namespace: InsaneScatterbrain.Versioning
Syntax
[Serializable]
public class SerializedVersion : IVersioned, ISerializationCallbackReceiver
Properties
Version
Gets/sets the version.
Declaration
public Version Version { get; set; }
Property Value
Type | Description |
---|---|
Version |
Methods
OnAfterDeserialize()
Implement this method to receive a callback after Unity deserializes your object.
Declaration
public void OnAfterDeserialize()
OnBeforeSerialize()
Implement this method to receive a callback before Unity serializes your object.
Declaration
public void OnBeforeSerialize()
Implements
UnityEngine.ISerializationCallbackReceiver