Property | Type | Description | |
---|---|---|---|
_customSerializers | Lazy | ||
_dataSettings | SerializerDataSettings | ||
_debugWriter | AnySerializer.DebugReportWriter | ||
_ignoreAttributes | ICollection | ||
_ignorePropertiesOrPaths | ICollection |
||
_maxDepth | uint | ||
_options | SerializerOptions | ||
_typeDescriptors | AnySerializer.TypeDescriptors |
Method | Description | |
---|---|---|
IgnoreObjectName ( string name, string path, IEnumerable attributes = null ) : bool |
Returns true if object name should be ignored
|
protected IgnoreObjectName ( string name, string path, IEnumerable attributes = null ) : bool | ||
name | string | Property or field name |
path | string | Full path to object |
attributes | IEnumerable | |
return | bool |
protected IDictionary |
||
return | Lazy |
protected SerializerDataSettings _dataSettings | ||
return | SerializerDataSettings |
protected DebugReportWriter,AnySerializer _debugWriter | ||
return | AnySerializer.DebugReportWriter |
protected ICollection |
||
return | ICollection |