C# 클래스 LightNode.Formatter.RawOctetStreamContentFormatter

상속: ContentFormatterBase
파일 보기 프로젝트 열기: neuecc/LightNode

공개 메소드들

메소드 설명
Deserialize ( Type type, Stream stream ) : object
RawOctetStreamContentFormatter ( string mediaType = "application/octet-stream", string ext = "" ) : LightNode.Core
Serialize ( Stream stream, object obj ) : void

메소드 상세

Deserialize() 공개 메소드

public Deserialize ( Type type, Stream stream ) : object
type System.Type
stream Stream
리턴 object

RawOctetStreamContentFormatter() 공개 메소드

public RawOctetStreamContentFormatter ( string mediaType = "application/octet-stream", string ext = "" ) : LightNode.Core
mediaType string
ext string
리턴 LightNode.Core

Serialize() 공개 메소드

public Serialize ( Stream stream, object obj ) : void
stream Stream
obj object
리턴 void