Show / Hide Table of Contents

Class LenientParsingExtensions

Inheritance
System.Object
LenientParsingExtensions
Namespace: BO4E.meta.LenientConverters
Assembly: BO4Enet.dll
Syntax
public static class LenientParsingExtensions : object

Methods

| Improve this Doc View Source

GetJsonSerializerSettings(LenientParsing)

Declaration
public static JsonSerializerSettings GetJsonSerializerSettings(this LenientParsing lenient)
Parameters
Type Name Description
LenientParsing lenient
Returns
Type Description
JsonSerializerSettings
| Improve this Doc View Source

GetJsonSerializerSettings(LenientParsing, HashSet<String>)

Generates JsonSerializerSettings for given lenient parsing setting

Declaration
public static JsonSerializerSettings GetJsonSerializerSettings(this LenientParsing lenient, HashSet<string> userPropertiesWhiteList)
Parameters
Type Name Description
LenientParsing lenient
HashSet<System.String> userPropertiesWhiteList
Returns
Type Description
JsonSerializerSettings
  • Improve this Doc
  • View Source
Back to top Generated by DocFX