Method | Description | |
---|---|---|
GetObjectData ( Object obj, SerializationInfo si, StreamingContext context ) : void | ||
SetObjectData ( Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector ) : Object |
public GetObjectData ( Object obj, SerializationInfo si, StreamingContext context ) : void | ||
obj | Object | |
si | SerializationInfo | |
context | StreamingContext | |
return | void |
public SetObjectData ( Object obj, SerializationInfo info, StreamingContext context, ISurrogateSelector selector ) : Object | ||
obj | Object | |
info | SerializationInfo | |
context | StreamingContext | |
selector | ISurrogateSelector | |
return | Object |