public interface ISerializationSurrogate
|
GetObjectData | Populates the provided SerializationInfo with the data needed to serialize the object. |
SetObjectData | Populates the object using the information in the SerializationInfo. |
void GetObjectData( |
obj
info
context
Having located the surrogate, this method stores information on the object obj in the SerializationInfoinfo that describes its view of that object. This view includes the object's fields, properties, and current values. The SerializationInfo might correspond to the actual object, or it can be a synthesized view of the surrogate.
object SetObjectData( |
obj
info
context
selector