C# Class AnySerializer.TypeBase

Afficher le fichier Open project: replaysMike/AnySerializer

Protected Properties

Свойство Type Description
_customSerializers Lazy>.IDictionary
_dataSettings SerializerDataSettings
_debugWriter AnySerializer.DebugReportWriter
_ignoreAttributes ICollection
_ignorePropertiesOrPaths ICollection
_maxDepth uint
_options SerializerOptions
_typeDescriptors AnySerializer.TypeDescriptors

Méthodes protégées

Méthode Description
IgnoreObjectName ( string name, string path, IEnumerable attributes = null ) : bool

Returns true if object name should be ignored

Method Details

IgnoreObjectName() protected méthode

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
Résultat bool

Property Details

_customSerializers protected_oe property

protected IDictionary> _customSerializers
Résultat Lazy>.IDictionary

_dataSettings protected_oe property

protected SerializerDataSettings _dataSettings
Résultat SerializerDataSettings

_debugWriter protected_oe property

protected DebugReportWriter,AnySerializer _debugWriter
Résultat AnySerializer.DebugReportWriter

_ignoreAttributes protected_oe property

protected ICollection _ignoreAttributes
Résultat ICollection

_ignorePropertiesOrPaths protected_oe property

protected ICollection _ignorePropertiesOrPaths
Résultat ICollection

_maxDepth protected_oe property

protected uint _maxDepth
Résultat uint

_options protected_oe property

protected SerializerOptions _options
Résultat SerializerOptions

_typeDescriptors protected_oe property

protected TypeDescriptors,AnySerializer _typeDescriptors
Résultat AnySerializer.TypeDescriptors