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