C# Class NetServ.Net.Json.JsonTypeSkeleton

Inheritance: IJsonType
Afficher le fichier Open project: appcelerator/entourage

Méthodes publiques

Méthode Description
Write ( IJsonWriter writer ) : void

When overriden in a derived class; writes the contents of the Json type to the specified NetServ.Net.Json.IJsonWriter.

Méthodes protégées

Méthode Description
JsonTypeSkeleton ( JsonTypeCode typeCode ) : System

Initialises a new instance of the JsonTypeSkeleton class and specifies the type code.

Method Details

JsonTypeSkeleton() protected méthode

Initialises a new instance of the JsonTypeSkeleton class and specifies the type code.
protected JsonTypeSkeleton ( JsonTypeCode typeCode ) : System
typeCode JsonTypeCode The type code.
Résultat System

Write() public abstract méthode

When overriden in a derived class; writes the contents of the Json type to the specified NetServ.Net.Json.IJsonWriter.
public abstract Write ( IJsonWriter writer ) : void
writer IJsonWriter The Json writer.
Résultat void