IReplaySerialize Interface

Ultimate Replay

IReplaySerialize Interface
This class should be implemented when you want to serialize custom replay data. This sould really be an interface but it needs to be a class to be assignable in the inspector.

Namespace: UltimateReplay.Core
Assembly: UltimateReplay (in UltimateReplay.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public interface IReplaySerialize

The IReplaySerialize type exposes the following members.

Methods
  NameDescription
Public methodOnReplayDeserialize
Called by the replay system when all replay state data should be deserialized.
Public methodOnReplaySerialize
Called by the replay system when all replay state data should be serialized.
Top
See Also