C# 클래스 UrbanBlimp.Feed.FeedDeSerializer

파일 보기 프로젝트 열기: farhadbheekoo/UrbanBlimp 1 사용 예제들

공개 메소드들

메소드 설명
DeSerialize ( Stream content ) : Feed
DeSerializeMultiple ( Stream content ) : GetAllFeedsResponse

비공개 메소드들

메소드 설명
DeSerializeFeed ( JsonValue value ) : Feed
DeSerializePayload ( JsonValue value ) : FeedPayload
DeSerializeTemplate ( JsonValue value ) : Template

메소드 상세

DeSerialize() 공개 정적인 메소드

public static DeSerialize ( Stream content ) : Feed
content System.IO.Stream
리턴 Feed

DeSerializeMultiple() 공개 정적인 메소드

public static DeSerializeMultiple ( Stream content ) : GetAllFeedsResponse
content System.IO.Stream
리턴 GetAllFeedsResponse