hdac SDK
SDK for hdac blockchain development
|
Instructs the JsonSerializer how to serialize the object. 더 자세히 ...
Public 멤버 함수 | |
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. 더 자세히 ... | |
속성 | |
MemberSerialization | MemberSerialization [get, set] |
Gets or sets the member serialization. 더 자세히 ... | |
![]() | |
string | Id [get, set] |
Gets or sets the id. 더 자세히 ... | |
string | Title [get, set] |
Gets or sets the title. 더 자세히 ... | |
string | Description [get, set] |
Gets or sets the description. 더 자세히 ... | |
bool | IsReference [get, set] |
Gets or sets a value that indicates whether to preserve object reference data. 더 자세히 ... | |
추가로 상속된 멤버들 | |
![]() | |
JsonContainerAttribute () | |
Initializes a new instance of the JsonContainerAttribute class. 더 자세히 ... | |
JsonContainerAttribute (string id) | |
Initializes a new instance of the JsonContainerAttribute class with the specified container Id. 더 자세히 ... | |
Instructs the JsonSerializer how to serialize the object.
|
inline |
Initializes a new instance of the JsonObjectAttribute class.
|
inline |
Initializes a new instance of the JsonObjectAttribute class with the specified member serialization.
memberSerialization | The member serialization. |
|
inline |
Initializes a new instance of the JsonObjectAttribute class with the specified container Id.
id | The container Id. |
|
getset |
Gets or sets the member serialization.
The member serialization.