C# 클래스 HighriseApi.Serializers.XmlIgnoreSerializer

상속: ISerializer
파일 보기 프로젝트 열기: scottschluer/highrise-api

공개 메소드들

메소드 설명
Serialize ( object obj ) : string

Serialize the object as XML

XmlIgnoreSerializer ( ) : System

Default constructor, does not specify namespace

XmlIgnoreSerializer ( string @namespace ) : System

Specify the namespaced to be used when serializing

비공개 메소드들

메소드 설명
GetSerializedValue ( object obj ) : string
Map ( System.Xml.Linq.XElement root, object obj ) : void

메소드 상세

Serialize() 공개 메소드

Serialize the object as XML
public Serialize ( object obj ) : string
obj object Object to serialize
리턴 string

XmlIgnoreSerializer() 공개 메소드

Default constructor, does not specify namespace
public XmlIgnoreSerializer ( ) : System
리턴 System

XmlIgnoreSerializer() 공개 메소드

Specify the namespaced to be used when serializing
public XmlIgnoreSerializer ( string @namespace ) : System
@namespace string
리턴 System