C# 클래스 Stash.Serializers.Binary.AggregateSurrogateSelector

A custom surrogate selector to enable serialisation and deserialisation of referenced to aggregate roots by internal id.
상속: ISurrogateSelector
파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
AggregateSurrogateSelector ( IRegisteredGraph registeredGraph ) : System
ChainSelector ( ISurrogateSelector selector ) : void
GetNextSelector ( ) : ISurrogateSelector
GetSurrogate ( Type type, StreamingContext context, ISurrogateSelector &selector ) : ISerializationSurrogate

메소드 상세

AggregateSurrogateSelector() 공개 메소드

public AggregateSurrogateSelector ( IRegisteredGraph registeredGraph ) : System
registeredGraph IRegisteredGraph
리턴 System

ChainSelector() 공개 메소드

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

GetNextSelector() 공개 메소드

public GetNextSelector ( ) : ISurrogateSelector
리턴 ISurrogateSelector

GetSurrogate() 공개 메소드

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