프로퍼티 | 타입 | 설명 | |
---|---|---|---|
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 |