public AbpSystemTextJsonUnsupportedTypeMatcher(IOptions <AbpSystemTextJsonSerializerOptions> options)
 {
     Options = options.Value;
 }
示例#2
0
 public AbpCapSerializer(IOptions <AbpSystemTextJsonSerializerOptions> options)
 {
     _jsonSerializerOptions = options.Value;
 }