public AbpSystemTextJsonSerializerProvider(
     IOptions <AbpSystemTextJsonSerializerOptions> options,
     AbpSystemTextJsonUnsupportedTypeMatcher abpSystemTextJsonUnsupportedTypeMatcher)
 {
     AbpSystemTextJsonUnsupportedTypeMatcher = abpSystemTextJsonUnsupportedTypeMatcher;
     Options = options.Value;
 }
예제 #2
0
 public AbpSystemTextJsonUnsupportedTypeMatcher_Tests()
 {
     _abpSystemTextJsonUnsupportedTypeMatcher = GetRequiredService <AbpSystemTextJsonUnsupportedTypeMatcher>();
 }