Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
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.
Show file
Open project: FloodProject/flood
Protected Properties
Property
Type
Description
proto
JSONSerializer
Public Methods
Method
Description
EscapeNumbers
( ) :
bool
JSONBaseContext
(
JSONSerializer
proto
) :
System
Read
( ) :
void
Write
( ) :
void
Method Details
EscapeNumbers()
public
method
public
EscapeNumbers
( ) :
bool
return
bool
JSONBaseContext()
public
method
public
JSONBaseContext
(
JSONSerializer
proto
) :
System
proto
JSONSerializer
return
System
Read()
public
method
public
Read
( ) :
void
return
void
Write()
public
method
public
Write
( ) :
void
return
void
Property Details
proto
protected property
protected
JSONSerializer,Flood.Serialization
proto
return
JSONSerializer