C# 클래스 Sage.Integration.Northwind.Etag.DeepPayloadEtagSerializer

상속: PayloadEtagSerializer
파일 보기 프로젝트 열기: Sage/SData-Contracts 1 사용 예제들

보호된 메소드들

메소드 설명
GetSerializedValue ( object value ) : string

Serializes an object. If the object is no simple xml type this method calls reflects for the composite object and calls SerializeCompositeObject to serialize it.

메소드 상세

GetSerializedValue() 보호된 메소드

Serializes an object. If the object is no simple xml type this method calls reflects for the composite object and calls SerializeCompositeObject to serialize it.
protected GetSerializedValue ( object value ) : string
value object
리턴 string