C# Class Flood.Serialization.JSONSerializer.JSONPairContext

Context for JSON records. Will insert/Read colons before the value portion of each record pair, and commas before each key except the first. In addition, will indicate that numbers in the key position need to be escaped in quotes (since JSON keys must be strings).
Inheritance: JSONBaseContext
Afficher le fichier Open project: FloodProject/flood

Méthodes publiques

Méthode Description
EscapeNumbers ( ) : bool
JSONPairContext ( JSONSerializer proto ) : System
Read ( ) : void
Write ( ) : void

Method Details

EscapeNumbers() public méthode

public EscapeNumbers ( ) : bool
Résultat bool

JSONPairContext() public méthode

public JSONPairContext ( JSONSerializer proto ) : System
proto JSONSerializer
Résultat System

Read() public méthode

public Read ( ) : void
Résultat void

Write() public méthode

public Write ( ) : void
Résultat void