Method | Description | |
---|---|---|
DefaultReadObject ( |
Reads the serialized fields written by the DefaultWriteObject method.
|
|
DefaultWriteObject ( |
Writes the serializable fields to the SerializationInfo object, which stores all the data needed to serialize the specified object object.
|
public static DefaultReadObject ( |
||
info | SerializationInfo parameter from the special deserialization constructor. | |
context | StreamingContext parameter from the special deserialization constructor | |
instance | Object | Object to deserialize. |
return | void |
public static DefaultWriteObject ( |
||
info | SerializationInfo parameter from the GetObjectData method. | |
context | StreamingContext parameter from the GetObjectData method. | |
instance | Object | Object to serialize. |
return | void |