C# Class Simple.IO.Serialization.ExpressionSurrogateSelector

Inheritance: ISerializationSurrogate, ISurrogateSelector
Afficher le fichier Open project: juanplopes/simple

Méthodes publiques

Méthode Description
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

Method Details

ChainSelector() public méthode

public ChainSelector ( ISurrogateSelector selector ) : void
selector ISurrogateSelector
Résultat void

GetNextSelector() public méthode

public GetNextSelector ( ) : ISurrogateSelector
Résultat ISurrogateSelector

GetObjectData() public méthode

public GetObjectData ( object obj, SerializationInfo info, StreamingContext context ) : void
obj object
info System.Runtime.Serialization.SerializationInfo
context System.Runtime.Serialization.StreamingContext
Résultat void

GetSurrogate() public méthode

public GetSurrogate ( Type type, StreamingContext context, ISurrogateSelector &selector ) : ISerializationSurrogate
type System.Type
context System.Runtime.Serialization.StreamingContext
selector ISurrogateSelector
Résultat ISerializationSurrogate

SetObjectData() public méthode

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
Résultat object