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

상속: ISerializable, IObjectReference
파일 보기 프로젝트 열기: AndyHitchman/Stash

공개 메소드들

메소드 설명
AggregateProxy ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRealObject ( StreamingContext context ) : object

메소드 상세

AggregateProxy() 공개 메소드

public AggregateProxy ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
리턴 System

GetObjectData() 공개 메소드

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

GetRealObject() 공개 메소드

public GetRealObject ( StreamingContext context ) : object
context StreamingContext
리턴 object