C# 클래스 Simple.IO.Serialization.ExpressionSurrogateSelector

상속: ISerializationSurrogate, ISurrogateSelector
파일 보기 프로젝트 열기: juanplopes/simple

공개 메소드들

메소드 설명
ChainSelector ( ISurrogateSelector selector ) : void
GetNextSelector ( ) : ISurrogateSelector
GetObjectData ( object obj, SerializationInfo info, StreamingContext context ) : void
GetSurrogate ( Type type, StreamingContext context, ISurrogateSelector &selector ) : ISerializationSurrogate
SetObjectData ( object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector ) : object

메소드 상세

ChainSelector() 공개 메소드

public ChainSelector ( ISurrogateSelector selector ) : void
selector ISurrogateSelector
리턴 void

GetNextSelector() 공개 메소드

public GetNextSelector ( ) : ISurrogateSelector
리턴 ISurrogateSelector

GetObjectData() 공개 메소드

public GetObjectData ( object obj, SerializationInfo info, StreamingContext context ) : void
obj object
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 void

GetSurrogate() 공개 메소드

public GetSurrogate ( Type type, StreamingContext context, ISurrogateSelector &selector ) : ISerializationSurrogate
type System.Type
context System.Runtime.Serialization.StreamingContext
selector ISurrogateSelector
리턴 ISerializationSurrogate

SetObjectData() 공개 메소드

public SetObjectData ( object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector ) : object
obj object
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
selector ISurrogateSelector
리턴 object