JsonObjectAttribute Class

Namespace: Stimulsoft.Base.Json

Inheritance

Inherits from: JsonContainerAttribute

Constructors

Constructor Description
JsonObjectAttribute() Initializes a new instance of the JsonObjectAttribute class.
JsonObjectAttribute(MemberSerialization memberSerialization) Initializes a new instance of the JsonObjectAttribute class with the specified member serialization.
JsonObjectAttribute(string id) Initializes a new instance of the JsonObjectAttribute class with the specified container Id.

JsonObjectAttribute()

Initializes a new instance of the JsonObjectAttribute class.


JsonObjectAttribute(memberSerialization: MemberSerialization)

Initializes a new instance of the JsonObjectAttribute class with the specified member serialization.

Parameters


JsonObjectAttribute(id: string)

Initializes a new instance of the JsonObjectAttribute class with the specified container Id.

Parameters

  • id (string) — The container Id.