SerializationSettings Class

System.Data.Generic

SerializationSettings Class
Provides settings for the Data Serializer.
Inheritance Hierarchy
SystemObject  System.Data.GenericSerializationSettings

Namespace: System.Data.Generic
Assembly: System.Data.Generic (in System.Data.Generic.dll) Version: 1.9.5473.30542 (1.9.5473.2392)
Syntax
public sealed class SerializationSettings
Public NotInheritable Class SerializationSettings
public ref class SerializationSettings sealed
[<SealedAttribute>]
type SerializationSettings =  class end

The SerializationSettings type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyThreatMinValuesAsNull
Gets or sets a value to threat propery values of min-value as null.
Top
Remarks