Property | Type | Description | |
---|---|---|---|
color | string | ||
name | string | ||
wheels | int |
Method | Description | |
---|---|---|
Car ( string name, string color, int wheels, string owner ) : System | ||
JSONDeserialize ( |
||
JSONSerialize ( |
public Car ( string name, string color, int wheels, string owner ) : System | ||
name | string | |
color | string | |
wheels | int | |
owner | string | |
return | System |
public JSONDeserialize ( |
||
deser | ||
return | void |
public JSONSerialize ( |
||
ser | ||
return | void |