C# Class NetServ.Net.Json.JsonTypeSkeleton

Inheritance: IJsonType
Mostra file Open project: appcelerator/entourage

Public Methods

Method 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.

Protected Methods

Method Description
JsonTypeSkeleton ( JsonTypeCode typeCode ) : System

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

Method Details

JsonTypeSkeleton() protected method

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

Write() public abstract method

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.
return void