JsonContainerAttribute
Instructs the JsonSerializer how to serialize the object.
Gets or sets the description.
Gets or sets the id.
Gets or sets a value that indicates whether to preserve object references.
The parameter list to use when constructing the JsonConverter described by ItemConverterType.
If null, the default constructor is used.
When non-null, there must be a constructor defined in the JsonConverter that exactly matches the number,
order, and type of these parameters.
Gets or sets the collection's items converter.
Gets or sets a value that indicates whether to preserve collection's items references.
Gets or sets the reference loop handling used when serializing the collection's items.
Gets or sets the type name handling used when serializing the collection's items.
The parameter list to use when constructing the NamingStrategy described by NamingStrategyType.
If null, the default constructor is used.
When non-null, there must be a constructor defined in the NamingStrategy that exactly matches the number,
order, and type of these parameters.
Gets or sets the Type of the NamingStrategy.
Gets or sets the title.
protected JsonContainerAttribute()
Initializes a new instance of the JsonContainerAttribute class.
Initializes a new instance of the JsonContainerAttribute class with the specified container Id.