Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
PlainElastic
Net
Serialization
JsonNetSerializer
C# 클래스 PlainElastic.Net.Serialization.JsonNetSerializer
상속:
IJsonSerializer
파일 보기
프로젝트 열기: VirtoCommerce/PlainElastic.Net
1 사용 예제들
공개 메소드들
메소드
설명
Deserialize
(
string
value
,
Type
type
) :
object
JsonNetSerializer
( ) :
System
Serialize
(
object
o
) :
string
메소드 상세
Deserialize()
공개
메소드
public
Deserialize
(
string
value
,
Type
type
) :
object
value
string
type
System.Type
리턴
object
JsonNetSerializer()
공개
메소드
public
JsonNetSerializer
( ) :
System
리턴
System
Serialize()
공개
메소드
public
Serialize
(
object
o
) :
string
o
object
리턴
string