Method | Description | |
---|---|---|
GetObjectData ( Object obj, |
Populates the provided SerializationInfo with the data needed to serialize the object.
|
|
SetObjectData ( Object obj, |
Populates the object using the information in the SerializationInfo
|
public GetObjectData ( Object obj, |
||
obj | Object | The object to serialize. |
info | The SerializationInfo to populate with data. | |
context | The destination for this serialization. | |
return | void |
public SetObjectData ( Object obj, |
||
obj | Object | The object to populate. |
info | The information to populate the object. | |
context | The source from which the object is deserialized. | |
selector | ISurrogateSelector | The surrogate selector where the search for a compatible surrogate begins. |
return | Object |