C# 클래스 XSerializer.ListSerializer

상속: IXmlSerializerInternal
파일 보기 프로젝트 열기: QuickenLoans/XSerializer 1 사용 예제들

공개 메소드들

메소드 설명
DeserializeObject ( XSerializerXmlReader reader, ISerializeOptions options ) : object
GetSerializer ( Type type, XSerializer.EncryptAttribute encryptAttribute, IXmlSerializerOptions options, string itemElementName ) : IXmlSerializerInternal
SerializeObject ( XSerializer.XSerializerXmlTextWriter writer, object instance, ISerializeOptions options ) : void

보호된 메소드들

메소드 설명
AddItemToCollection ( object collection, object item ) : void
ListSerializer ( XSerializer.EncryptAttribute encryptAttribute, IXmlSerializerOptions options, string itemElementName ) : System

비공개 메소드들

메소드 설명
CheckAndReturn ( bool hasInstanceBeenCreated, object instance ) : object
DeserializeItem ( XSerializerXmlReader reader, IXmlSerializerInternal serializer, bool hasInstanceBeenCreated, ISerializeOptions options, bool &shouldIssueRead ) : object

메소드 상세

AddItemToCollection() 보호된 추상적인 메소드

protected abstract AddItemToCollection ( object collection, object item ) : void
collection object
item object
리턴 void

DeserializeObject() 공개 메소드

public DeserializeObject ( XSerializerXmlReader reader, ISerializeOptions options ) : object
reader XSerializerXmlReader
options ISerializeOptions
리턴 object

GetSerializer() 공개 정적인 메소드

public static GetSerializer ( Type type, XSerializer.EncryptAttribute encryptAttribute, IXmlSerializerOptions options, string itemElementName ) : IXmlSerializerInternal
type System.Type
encryptAttribute XSerializer.EncryptAttribute
options IXmlSerializerOptions
itemElementName string
리턴 IXmlSerializerInternal

ListSerializer() 보호된 메소드

protected ListSerializer ( XSerializer.EncryptAttribute encryptAttribute, IXmlSerializerOptions options, string itemElementName ) : System
encryptAttribute XSerializer.EncryptAttribute
options IXmlSerializerOptions
itemElementName string
리턴 System

SerializeObject() 공개 메소드

public SerializeObject ( XSerializer.XSerializerXmlTextWriter writer, object instance, ISerializeOptions options ) : void
writer XSerializer.XSerializerXmlTextWriter
instance object
options ISerializeOptions
리턴 void