C# 클래스 Hyper.Http.Formatting.XmlMediaTypeFormatter

XmlMediaTypeFormatter class.
상속: System.Net.Http.Formatting.MediaTypeFormatter
파일 보기 프로젝트 열기: tmitchel2/Hyper

공개 메소드들

메소드 설명
CanReadType ( Type type ) : bool

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can deserializean object of the specified type.

CanWriteType ( Type type ) : bool

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can serializean object of the specified type.

메소드 상세

CanReadType() 공개 메소드

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can deserializean object of the specified type.
public CanReadType ( Type type ) : bool
type System.Type The type to deserialize.
리턴 bool

CanWriteType() 공개 메소드

Queries whether this T:System.Net.Http.Formatting.MediaTypeFormatter can serializean object of the specified type.
public CanWriteType ( Type type ) : bool
type System.Type The type to serialize.
리턴 bool