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éthode | Description | |
---|---|---|
JsonTypeSkeleton ( JsonTypeCode typeCode ) : System |
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 |
public abstract Write ( IJsonWriter writer ) : void | ||
writer | IJsonWriter | The Json writer. |
Résultat | void |