C# Class Flood.Serialization.JSONSerializer.JSONBaseContext

Base class for tracking JSON contexts that may require inserting/Reading additional JSON syntax characters This base context does nothing.
Afficher le fichier Open project: FloodProject/flood

Protected Properties

Свойство Type Description
proto JSONSerializer

Méthodes publiques

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

Method Details

EscapeNumbers() public méthode

public EscapeNumbers ( ) : bool
Résultat bool

JSONBaseContext() public méthode

public JSONBaseContext ( 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

Property Details

proto protected_oe property

protected JSONSerializer,Flood.Serialization proto
Résultat JSONSerializer