Beispiel #1
0
 /// <summary>
 /// Serializes an <see cref="CommandId"/> to a string in a reversible manner.
 /// </summary>
 /// <param name="id">The ID that should be serialized.</param>
 /// <returns>The serialized ID.</returns>
 public static string Serialize(CommandId id)
 {
     return(id.ToString());
 }