Class StateRecovery<TState>#
Namespace: Aeon.Acquisition
Assembly: Aeon.Acquisition.dll
public static class StateRecovery<TState> where TState : new()
Type Parameters#
TState
Inheritance#
Inherited Members#
object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()
Methods#
Deserialize(string)#
public static TState Deserialize(string name)
Parameters#
name
string
Returns#
TState
Serialize(string, TState)#
public static void Serialize(string name, TState value)
Parameters#
name
string
value
TState