C# 클래스 ForumShared.NetworkLayer.JsonSerializer

상속: ISerializer
파일 보기 프로젝트 열기: sagioto/forum

공개 메소드들

메소드 설명
Deserialize ( string toDeserialize, Type type ) : object
DeserializePost ( string toDeserialize ) : Post
DeserializePostkey ( string toDeserialize ) : Postkey
JsonSerializer ( ) : System
Serialize ( object toSerialize ) : string
SerializePost ( Post toSerialize ) : string
SerializePostkey ( Postkey toSerialize ) : string

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( string toDeserialize, Type type ) : object
toDeserialize string
type System.Type
리턴 object

DeserializePost() 공개 메소드

public DeserializePost ( string toDeserialize ) : Post
toDeserialize string
리턴 ForumShared.SharedDataTypes.Post

DeserializePostkey() 공개 메소드

public DeserializePostkey ( string toDeserialize ) : Postkey
toDeserialize string
리턴 Postkey

JsonSerializer() 공개 메소드

public JsonSerializer ( ) : System
리턴 System

Serialize() 공개 메소드

public Serialize ( object toSerialize ) : string
toSerialize object
리턴 string

SerializePost() 공개 메소드

public SerializePost ( Post toSerialize ) : string
toSerialize ForumShared.SharedDataTypes.Post
리턴 string

SerializePostkey() 공개 메소드

public SerializePostkey ( Postkey toSerialize ) : string
toSerialize Postkey
리턴 string