C# Class Example.Car

Inheritance: IJSONSerializable
Afficher le fichier Open project: jabb/IronJSON Class Usage Examples

Méthodes publiques

Свойство Type Description
color string
name string
wheels int

Méthodes publiques

Méthode Description
Car ( string name, string color, int wheels, string owner ) : System
JSONDeserialize ( JSONDeserializer deser ) : void
JSONSerialize ( JSONSerializer ser ) : void

Method Details

Car() public méthode

public Car ( string name, string color, int wheels, string owner ) : System
name string
color string
wheels int
owner string
Résultat System

JSONDeserialize() public méthode

public JSONDeserialize ( JSONDeserializer deser ) : void
deser IronJSON.JSONDeserializer
Résultat void

JSONSerialize() public méthode

public JSONSerialize ( JSONSerializer ser ) : void
ser IronJSON.JSONSerializer
Résultat void

Property Details

color public_oe property

public string color
Résultat string

name public_oe property

public string name
Résultat string

wheels public_oe property

public int wheels
Résultat int