C# Class Stash.Serializers.Binary.AggregateProxy

Inheritance: ISerializable, IObjectReference
Afficher le fichier Open project: AndyHitchman/Stash

Méthodes publiques

Méthode Description
AggregateProxy ( SerializationInfo info, StreamingContext context ) : System
GetObjectData ( SerializationInfo info, StreamingContext context ) : void
GetRealObject ( StreamingContext context ) : object

Method Details

AggregateProxy() public méthode

public AggregateProxy ( SerializationInfo info, StreamingContext context ) : System
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat System

GetObjectData() public méthode

public GetObjectData ( SerializationInfo info, StreamingContext context ) : void
info SerializationInfo
context StreamingContext
Résultat void

GetRealObject() public méthode

public GetRealObject ( StreamingContext context ) : object
context StreamingContext
Résultat object