Свойство | Тип | Описание | |
---|---|---|---|
color | string | ||
name | string | ||
wheels | int |
Метод | Описание | |
---|---|---|
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 | |
Результат | System |
public JSONDeserialize ( |
||
deser | ||
Результат | void |
public JSONSerialize ( |
||
ser | ||
Результат | void |