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