Method | Description | |
---|---|---|
GetObjectData ( |
Populates a T:System.Runtime.Serialization.SerializationInfo with the data needed to serialize the target object.
|
Method | Description | |
---|---|---|
RmBinary ( |
Serialization constructor.
|
public GetObjectData ( |
||
info | The |
|
context | The destination (see |
|
return | void |
protected RmBinary ( |
||
info | Stores all the data needed to serialize or deserialize an object. | |
context | Describes the source and destination of a given serialized stream, and provides an additional caller-defined context. | |
return | System |