C# 클래스 System.Runtime.Serialization.SurrogateForCyclicalReference

상속: ISerializationSurrogate
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetObjectData ( object obj, SerializationInfo info, StreamingContext context ) : void
SetObjectData ( object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector ) : object

비공개 메소드들

메소드 설명
SurrogateForCyclicalReference ( ISerializationSurrogate innerSurrogate ) : System.Reflection

메소드 상세

GetObjectData() 공개 메소드

public GetObjectData ( object obj, SerializationInfo info, StreamingContext context ) : void
obj object
info SerializationInfo
context StreamingContext
리턴 void

SetObjectData() 공개 메소드

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