Property | Type | Description | |
---|---|---|---|
Null | MsgPack.Serialization.DataMemberContract |
Method | Description | |
---|---|---|
DataMemberContract ( ) : System | ||
DataMemberContract ( |
Initializes a new instance of the DataMemberContract struct.
|
|
DataMemberContract ( |
Initializes a new instance of the DataMemberContract struct from MessagePackMemberAttribute.
|
|
DataMemberContract ( |
Initializes a new instance of the DataMemberContract struct.
|
public DataMemberContract ( |
||
member | The target member. | |
return | System |
public DataMemberContract ( |
||
member | The target member. | |
attribute | The MessagePack member attribute. | |
return | System |
public DataMemberContract ( |
||
member | The target member. | |
name | string | The name of member. |
nilImplication | NilImplication | The implication of the nil value for the member. |
id | int | The ID of the member. This value cannot be negative and must be unique in the type. |
return | System |