Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Flood
Serialization
JSONSerializer.JSONBaseContext
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