示例#1
0
 public override string ConvertToString(object value, IValueSerializerContext context) => TypeHelper.FormatBinary((Type)value);
示例#2
0
 public override object ConvertFromString(string value, IValueSerializerContext context) => TypeHelper.ParseType(value);