public override string ConvertToString(object value, IValueSerializerContext context) => TypeHelper.FormatBinary((Type)value);
 public override object ConvertFromString(string value, IValueSerializerContext context) => TypeHelper.ParseType(value);