Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
Wave
Serialization
JsonDotNet
JsonDotNetSerializer
C# Class Wave.Serialization.JsonDotNet.JsonDotNetSerializer
Inheritance:
ISerializer
显示文件
Open project: WaveServiceBus/WaveServiceBus
Public Methods
Method
Description
Deserialize
(
string
input
,
Type
type
) :
object
Serialize
(
object
input
) :
string
Method Details
Deserialize()
public
method
public
Deserialize
(
string
input
,
Type
type
) :
object
input
string
type
System.Type
return
object
Serialize()
public
method
public
Serialize
(
object
input
) :
string
input
object
return
string