DataContractJsonSerializerSettings Class
Definition
Specifies DataContractJsonSerializer settings.
public ref class DataContractJsonSerializerSettings
public class DataContractJsonSerializerSettings
type DataContractJsonSerializerSettings = class
Public Class DataContractJsonSerializerSettings
- Inheritance
-
DataContractJsonSerializerSettings
Constructors
DataContractJsonSerializerSettings() |
Initializes a new instance of the DataContractJsonSerializerSettings class. |
Properties
DataContractSurrogate |
Gets or sets a surrogate type that is currently active for given IDataContractSurrogate instance. |
DateTimeFormat |
Gets or sets a DateTimeFormat that defines the culturally appropriate format of displaying dates and times. |
EmitTypeInformation |
Gets or sets the data contract JSON serializer settings to emit type information. |
IgnoreExtensionDataObject |
Gets or sets a value that specifies whether to ignore data supplied by an extension of the class when the class is being serialized or deserialized. |
KnownTypes |
Gets or sets a collection of types that may be present in the object graph serialized using this instance the DataContractJsonSerializerSettings. |
MaxItemsInObjectGraph |
Gets or sets the maximum number of items in an object graph to serialize or deserialize. |
RootName |
Gets or sets the root name of the selected object. |
SerializeReadOnlyTypes |
Gets or sets a value that specifies whether to serialize read only types. |
UseSimpleDictionaryFormat |
Gets or sets a value that specifies whether to use a simple dictionary format. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |