Property | Type | Description |
---|
Method | Description | |
---|---|---|
CustomSerializationEntry ( [ name, [ objectType, bool isList, object value = null ) : System |
A constructor to create a CustomSerializationEntry.
|
public CustomSerializationEntry ( [ name, [ objectType, bool isList, object value = null ) : System | ||
name | [ | The name of the object. |
objectType | [ | The |
isList | bool | Indicates whether the object is a list type. |
value | object | The value of the object. |
return | System |