Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
FileFind
Serialization
Xml
C# 클래스 FileFind.Serialization.Xml
파일 보기
프로젝트 열기: codebutler/meshwork
공개 메소드들
메소드
설명
DeSerialize
(
string
Str
,
Type
ObjectType
) :
object
Serialize
(
object
Obj
) :
string
메소드 상세
DeSerialize()
공개
정적인
메소드
public
static
DeSerialize
(
string
Str
,
Type
ObjectType
) :
object
Str
string
ObjectType
System.Type
리턴
object
Serialize()
공개
정적인
메소드
public
static
Serialize
(
object
Obj
) :
string
Obj
object
리턴
string