C# Class AnySerializer.TypeBase

Datei anzeigen Open project: replaysMike/AnySerializer

Protected Properties

Property Type Description
_customSerializers Lazy>.IDictionary
_dataSettings SerializerDataSettings
_debugWriter AnySerializer.DebugReportWriter
_ignoreAttributes ICollection
_ignorePropertiesOrPaths ICollection
_maxDepth uint
_options SerializerOptions
_typeDescriptors AnySerializer.TypeDescriptors

Protected Methods

Method Description
IgnoreObjectName ( string name, string path, IEnumerable attributes = null ) : bool

Returns true if object name should be ignored

Method Details

IgnoreObjectName() protected method

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

Property Details

_customSerializers protected_oe property

protected IDictionary> _customSerializers
return Lazy>.IDictionary

_dataSettings protected_oe property

protected SerializerDataSettings _dataSettings
return SerializerDataSettings

_debugWriter protected_oe property

protected DebugReportWriter,AnySerializer _debugWriter
return AnySerializer.DebugReportWriter

_ignoreAttributes protected_oe property

protected ICollection _ignoreAttributes
return ICollection

_ignorePropertiesOrPaths protected_oe property

protected ICollection _ignorePropertiesOrPaths
return ICollection

_maxDepth protected_oe property

protected uint _maxDepth
return uint

_options protected_oe property

protected SerializerOptions _options
return SerializerOptions

_typeDescriptors protected_oe property

protected TypeDescriptors,AnySerializer _typeDescriptors
return AnySerializer.TypeDescriptors