C# 클래스 Example.Car

상속: IJSONSerializable
파일 보기 프로젝트 열기: jabb/IronJSON 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
color string
name string
wheels int

공개 메소드들

메소드 설명
Car ( string name, string color, int wheels, string owner ) : System
JSONDeserialize ( JSONDeserializer deser ) : void
JSONSerialize ( JSONSerializer ser ) : void

메소드 상세

Car() 공개 메소드

public Car ( string name, string color, int wheels, string owner ) : System
name string
color string
wheels int
owner string
리턴 System

JSONDeserialize() 공개 메소드

public JSONDeserialize ( JSONDeserializer deser ) : void
deser IronJSON.JSONDeserializer
리턴 void

JSONSerialize() 공개 메소드

public JSONSerialize ( JSONSerializer ser ) : void
ser IronJSON.JSONSerializer
리턴 void

프로퍼티 상세

color 공개적으로 프로퍼티

public string color
리턴 string

name 공개적으로 프로퍼티

public string name
리턴 string

wheels 공개적으로 프로퍼티

public int wheels
리턴 int